mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-12 10:02:18 +00:00
Finally got it ALL working!
Enhance configuration files for improved logging and vacuum automation - Updated logbook.yaml to exclude additional domains and sensor entities for better data management. - Modified logger.yaml to adjust log levels for template helpers and scripts, enhancing error tracking. - Added auto_purge and commit_interval settings in recorder.yaml to optimize database management. - Refined vacuum.yaml to improve queue handling and room identification logic, ensuring more efficient cleaning operations.
This commit is contained in:
@@ -36,6 +36,7 @@ logs:
|
||||
homeassistant.components.mqtt: error
|
||||
homeassistant.components.mqtt.discovery: critical
|
||||
homeassistant.components.persistent_notification: critical
|
||||
homeassistant.components.template: warn
|
||||
homeassistant.components.rest.sensor: critical
|
||||
homeassistant.components.recorder: error
|
||||
homeassistant.components.sensor.pi_hole: critical
|
||||
@@ -47,7 +48,7 @@ logs:
|
||||
homeassistant.components.switch.unifi: error
|
||||
homeassistant.components.zwave: warn
|
||||
homeassistant.exceptions: info
|
||||
homeassistant.helpers.script: info
|
||||
homeassistant.helpers.script: warn
|
||||
homeassistant.helpers.entity: critical
|
||||
homeassistant.loader: warn
|
||||
homeassistant.components.websocket_api: error
|
||||
@@ -58,4 +59,4 @@ logs:
|
||||
urllib3.connectionpool: error
|
||||
requests.packages.urllib3.connectionpool: critical
|
||||
root: warn
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user