From fb66c0d1787247414021a60608efd6949a51ad0f Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 9 Mar 2017 04:35:48 +0000 Subject: [PATCH] Split out the Recorder section and then exclude a bunch of stuff that @Brianjking did in https://github.com/brianjking/hass-config/issues/37 --- configuration.yaml | 5 +---- recorder.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) create mode 100755 recorder.yaml diff --git a/configuration.yaml b/configuration.yaml index 8ba8b10b..c10de218 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/recorder.yaml b/recorder.yaml new file mode 100755 index 00000000..9ddce869 --- /dev/null +++ b/recorder.yaml @@ -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