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:
CCOSTAN
2017-03-09 04:35:48 +00:00
parent 3bce553a9c
commit fb66c0d178
2 changed files with 19 additions and 4 deletions

View File

@@ -89,10 +89,7 @@ history:
- sensor.date - sensor.date
logger: !include logger.yaml logger: !include logger.yaml
recorder: !include recorder.yaml
recorder:
purge_days: 7
mqtt: mqtt:
broker: 127.0.0.1 broker: 127.0.0.1

18
recorder.yaml Executable file
View 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