File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66# Recorder Configuration - database retention and exclusions
77# Stores HA history while purging noise and controlling DB size.
88# -------------------------------------------------------------------
9- # Notes: Keeps 30 days; excludes vcloudinfo pings and other high-churn entities.
9+ # Notes: Keeps 30 days; excludes vcloudinfo pings and other high-churn entities; MariaDB via recorder_db_url .
1010# #####################################################################
11- # db_url: sqlite:///data/home-assistant_v2.db
11+ db_url : !secret recorder_db_url
1212purge_keep_days : 30
1313auto_purge : true
1414commit_interval : 30
@@ -59,6 +59,7 @@ exclude:
5959 - binary_sensor.bear_stone
6060 - binary_sensor.vcloudinfo_com
6161 - binary_sensor.powerwall_charging
62+ - sensor.phyn_current_water_pressure
6263 - sensor.vcloudinfo_com
6364 - number.alarm_panel_1_screen_brightness
6465 - script.amp_settings
You can’t perform that action at this time.
0 commit comments