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
1312purge_keep_days : 30
1413exclude :
@@ -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