Split out the Recorder section and then exclude a bunch of stuff that @Brianjking did in https://github.com/brianjking/hass-config/issues/37
parent
3bce553a9c
commit
fb66c0d178
@ -0,0 +1,18 @@
|
||||
############################################################
|
||||
# recorder
|
||||
############################################################
|
||||
|
||||
purge_days: 7
|
||||
exclude:
|
||||
entities:
|
||||
- sensor.weather_apparent_temperature
|
||||
- sensor.weather_humidity
|
||||
- sensor.weather_icon
|
||||
- sensor.weather_precip_intensity
|
||||
- sensor.weather_precip_probability
|
||||
- sensor.weather_summary
|
||||
- sensor.weather_temperature
|
||||
- sensor.weather_hourly_summary
|
||||
- sensor.weather_daily_summary
|
||||
- sensor.weather_wind_speed
|
||||
- sun.sun
|
||||
Loading…
Reference in new issue