Skip to content

Commit 9c6b13d

Browse files
committed
Refactor logbook and recorder configurations for clarity and noise reduction. Updated documentation and excluded vcloudinfo entities to streamline activity and database management.
1 parent 8dc7b06 commit 9c6b13d

2 files changed

Lines changed: 22 additions & 21 deletions

File tree

config/logbook.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
#-------------------------------------------
2-
# Logbook Configuration
3-
# Description: Settings for the Home Assistant logbook component
4-
# This component is responsible for displaying items in the logbook.
5-
# Follow me on https://www.vcloudinfo.com/click-here
6-
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
7-
#-------------------------------------------
1+
######################################################################
2+
# @CCOSTAN - Follow Me on X
3+
# For more info visit https://www.vcloudinfo.com/click-here
4+
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
5+
# -------------------------------------------------------------------
6+
# Logbook Configuration - Activity/Logbook display controls
7+
# Defines what is hidden from the Activity/logbook view to keep noise down.
8+
# -------------------------------------------------------------------
9+
# Notes: Filters vcloudinfo availability chatter plus location/weather noise.
10+
######################################################################
811

912
exclude:
1013
entity_globs:
@@ -13,7 +16,6 @@ exclude:
1316
- sensor.*_geocoded_location
1417
- sensor.pirateweather_*
1518
- weather.*
16-
- *vcloudinfo*
1719
entities:
1820
- automation.cuckoo_clock
1921
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
@@ -42,3 +44,4 @@ exclude:
4244
- sensor.small_garage_wifi_signal_strength
4345
- sensor.time
4446
- sensor.upstairs_ac_cooling_numeric
47+
- sensor.vcloudinfo_com

config/recorder.yaml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
#-------------------------------------------
2-
# Recorder Configuration
3-
# Description: Settings for the Home Assistant recorder component
4-
#
5-
# This component is responsible for storing events and states in a database
6-
# and purging old data to maintain database size.
7-
#
8-
# Documentation: https://www.home-assistant.io/integrations/recorder/
9-
# Follow me on https://www.vcloudinfo.com/click-here
10-
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
11-
#-------------------------------------------
1+
######################################################################
2+
# @CCOSTAN - Follow Me on X
3+
# For more info visit https://www.vcloudinfo.com/click-here
4+
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
5+
# -------------------------------------------------------------------
6+
# Recorder Configuration - database retention and exclusions
7+
# Stores HA history while purging noise and controlling DB size.
8+
# -------------------------------------------------------------------
9+
# Notes: Keeps 30 days; excludes vcloudinfo pings and other high-churn entities.
10+
######################################################################
1211
#db_url: sqlite:///data/home-assistant_v2.db
1312
purge_keep_days: 30
1413
exclude:
@@ -27,8 +26,6 @@ exclude:
2726
- binary_sensor.*_motion
2827
- binary_sensor.*_motion_*
2928
- binary_sensor.*is_present
30-
# - binary_sensor.*occupancy*
31-
- binary_sensor.*vcloudinfo*
3229
- light.sleepnumber_*
3330
- number.sleepnumber_*
3431
- number.*_effect_speed
@@ -87,6 +84,7 @@ exclude:
8784
- sensor.stacey_iphone11_activity
8885
- sensor.stacey_iphone11_audio_output
8986
- sensor.time
87+
- sensor.vcloudinfo_com
9088
- switch.bear_stone
9189
- switch.alarm_panel_1_screensaver
9290

0 commit comments

Comments
 (0)