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