diff --git a/config/configuration.yaml b/config/configuration.yaml index 11e01f5a..cc3ec013 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -64,40 +64,7 @@ light: !include light_groups.yaml ifttt: key: !secret ifttt_key -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 - - sensor.small_garage_status - - sensor.large_garage_status - - sensor.small_garage_time_in_state - - sensor.large_garage_time_in_state - - sensor.large_garage_wifi_signal_strength - - sensor.small_garage_wifi_signal_strength - - sensor.small_garage_reflection_rate - - sensor.large_garage_reflection_rate - - sensor.pi_hole_ads_blocked_today - - sensor.pi_hole_ads_percentage_blocked_today - - sensor.pi_hole_dns_queries_today - - sensor.time - - sensor.date - - sensor.downstairs_ac_cooling_numeric - - sensor.upstairs_ac_cooling_numeric - - sensor.ha_uptime - - sensor.sleepnumber_carlo_stacey_pressure - - sensor.sleepnumber_carlo_carlo_pressure - +logbook: !include logbook.yaml logger: !include logger.yaml recorder: !include recorder.yaml diff --git a/config/logbook.yaml b/config/logbook.yaml new file mode 100644 index 00000000..42e292c5 --- /dev/null +++ b/config/logbook.yaml @@ -0,0 +1,41 @@ +#------------------------------------------- +# Logbook Configuration +# Description: Settings for the Home Assistant logbook component +# This component is responsible for displaying items in the logbook. +# Follow me on https://www.vcloudinfo.com/click-here +# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig +#------------------------------------------- + + 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.refrigerator_door_open + - binary_sensor.rheem_wh_running + - group.garage_doors + - media_player.LivingRoomCC + - sensor.small_garage_status + - sensor.large_garage_status + - sensor.small_garage_time_in_state + - sensor.large_garage_time_in_state + - sensor.large_garage_wifi_signal_strength + - sensor.small_garage_wifi_signal_strength + - sensor.small_garage_reflection_rate + - sensor.large_garage_reflection_rate + - sensor.pi_hole_ads_blocked_today + - sensor.pi_hole_ads_percentage_blocked_today + - sensor.pi_hole_dns_queries_today + - sensor.time + - sensor.date + - sensor.downstairs_ac_cooling_numeric + - sensor.upstairs_ac_cooling_numeric + - sensor.ha_uptime + - sensor.sleepnumber_carlo_stacey_pressure + - sensor.sleepnumber_carlo_carlo_pressure diff --git a/config/recorder.yaml b/config/recorder.yaml index ddb1b848..3a7a7e79 100755 --- a/config/recorder.yaml +++ b/config/recorder.yaml @@ -67,6 +67,7 @@ exclude: - sensor.large_garage_door_since - sensor.small_garage_door_since - sensor.last_alexa + - sensor.lights_on_count - sensor.low_battery - sensor.network - sensor.network_detail