mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
19 lines
524 B
YAML
19 lines
524 B
YAML
|
############################################################
|
||
|
# 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
|