I just got an EPlite and need to exclude some of its entities from the recorder to avoid data logging getting spammed multiple times per second, but need to keep the entities themselves enabled to use zone configurator and zones.
followed their guide to exclude the entities from recorder, NEW data still being seen in the history for said entities (screenshot below of configuration, time it was saved, and time AFTER having new data in the history (home assistant was restarted after saving))
I don’t know if formatting, positioning, or if theres a different way to format the entity that i may be doing wrong.
guide followed was found here Everything Presence Lite (EPL)
edit: i ran into recorder errors when using the entities tag instead of entity_glob, so i reverted to glob
edit2: heres the requested code (i ended up on the original line from the guide)
recorder:
exclude:
entity_globs:
- sensor.everything_presence_lite*target*
the last modified timestamp is still relevent here as the time the graph continued to populate with new data came after the configuration was updated and HA rebooted
