mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 09:45:07 +00:00
Split out the Recorder section and then exclude a bunch of stuff that @Brianjking did in https://github.com/brianjking/hass-config/issues/37
This commit is contained in:
@@ -89,10 +89,7 @@ history:
|
||||
- sensor.date
|
||||
|
||||
logger: !include logger.yaml
|
||||
|
||||
|
||||
recorder:
|
||||
purge_days: 7
|
||||
recorder: !include recorder.yaml
|
||||
|
||||
mqtt:
|
||||
broker: 127.0.0.1
|
||||
|
||||
18
recorder.yaml
Executable file
18
recorder.yaml
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user