Update configuration.yaml and recorder.yaml to refine logbook and recorder exclusions. Added new entity globs for sensors and updated entities list for improved data management and monitoring. Removed deprecated sensor references for better clarity. REALLY trying to tighten this up a LOT.

pull/1524/head
Carlo Costanzo 5 months ago
parent bdea362420
commit 913bfa5b1f

@ -66,13 +66,19 @@ ifttt:
logbook:
exclude:
entity_globs:
- sensor.*_location
- sensor.*_place
- sensor.*_geocoded_location
- sensor.pirateweather_*
- weather.*
entities:
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
- automation.cuckoo_clock
- binary_sensor.office_motion
- binary_sensor.rheem_wh_running
- group.garage_doors
- media_player.LivingRoomCC
- py.warnings
- sensor.small_garage_status
- sensor.large_garage_status
- sensor.small_garage_time_in_state
@ -86,8 +92,8 @@ logbook:
- sensor.pi_hole_dns_queries_today
- sensor.time
- sensor.date
- sensor.floorplan_date
- sensor.floorplan_time
- sensor.downstairs_ac_cooling_numeric
- sensor.upstairs_ac_cooling_numeric
- sensor.ha_uptime
- sensor.sleepnumber_carlo_stacey_pressure
- sensor.sleepnumber_carlo_carlo_pressure

@ -13,36 +13,43 @@
purge_keep_days: 30
exclude:
domains:
- automation
- camera
- device_tracker
- event
- feedreader
- image
- media_player
- persistent_notification
- sun
- update
- zone
entity_globs:
- binary_sensor.*_motion
- binary_sensor.*_motion_*
- binary_sensor.*is_present
# - binary_sensor.*occupancy*
- light.sleepnumber_*
- number.sleepnumber_*
- media_player.*echo*
- select.sleepnumber_*
- sensor.*_battery
- sensor.*_first_connection*
- sensor.*_geocoded_location
- sensor.*_last_connection*
- sensor.*_last_updated
- sensor.*_location
- sensor.*_place
- sensor.*_last_update*
- sensor.*_last_boot
- sensor.*_since
- sensor.*uptime*
- sensor.vpn_client_*
- switch.*_do_not_disturb_*
entities:
- automation.update_garage_get_status
- binary_sensor.bear_stone
- binary_sensor.powerwall_charging
- binary_sensor.rheem_wh_running
- number.alarm_panel_1_screen_brightness
- script.amp_settings
- script.speech_processing
- sensor.bear_stone
- sensor.carlo_ap
- sensor.carlo_fast
- sensor.clock_am_pm
@ -56,12 +63,10 @@ exclude:
- sensor.dockerconfigs_backup_error_message
- sensor.dockerconfigs_backup_status
- sensor.external_ip
- sensor.floorplan_date
- sensor.floorplan_time
- sensor.floorplan_time_2
- sensor.ha_uptime
- sensor.large_garage_door_since
- sensor.small_garage_door_since
- sensor.last_alexa
- sensor.low_battery
- sensor.network
- sensor.network_detail
@ -70,5 +75,8 @@ exclude:
- sensor.pi_hole_dns_queries_today
- sensor.rachio_watering_time
- sensor.stacey_iphone11_activity
- sensor.stacey_iphone11_audio_output
- sensor.time
- switch.bear_stone
- switch.alarm_panel_1_screensaver

Loading…
Cancel
Save

Powered by TurnKey Linux.