Hello,
I’m trying to exclude recorder output via excludes in recorder.yaml
My recorder.yaml (I don’t have any includes):
purge_interval: 1
purge_keep_days: 4
exclude:
domains:
- updater
- sun
- group
- mqtt
- script
- device_tracker
- input_select
- input_boolean
- history_graph
entities:
- sensor.sunset
- sensor.sunrise
- sensor.sun
- sensor.ha_version_current
- sensor.uptime
- sensor.date
- sensor.time
However I still see: group names, input_selects etc in “Home Assistant -> History” menu.
I have appropriate entry in configuration.yaml:
recorder: !include recorder.yaml
I haven’t setup any history configuration yet.
Config check (hass --script check_config
) doesn’t report any problems as well.
Any clues why it doesn’t work?
Regards,
M
PS. HASS 0.62.1