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:
Carlo Costanzo
2025-12-03 17:06:17 -05:00
parent 36b5150db6
commit 9c540c0acc
5 changed files with 75 additions and 80 deletions

View File

@@ -7,6 +7,9 @@
#-------------------------------------------
exclude:
domains:
- persistent_notification
- update
entity_globs:
- sensor.*_location
- sensor.*_place
@@ -16,6 +19,16 @@ exclude:
- input_text.l10s_vacuum_*
- input_datetime.l10s_vacuum_*
- input_boolean.l10s_vacuum_*
- sensor.*_battery
- sensor.*_battery_state
- sensor.*_uptime*
- sensor.*_last_update*
- sensor.*_since
- sensor.*_last_boot
- sensor.sun_next_*
- sensor.*_activity
- sensor.*_bssid
- sensor.*_wifi_signal_strength
entities:
- automation.cuckoo_clock
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
@@ -44,3 +57,4 @@ exclude:
- sensor.small_garage_wifi_signal_strength
- sensor.time
- sensor.upstairs_ac_cooling_numeric
- sensor.vcloudinfo_com