Something very simple I bet, but I just can’t grasp it. I want to include a domain, exclude an entity glob (_*
), but then include a specific entity that would normally match that glob. No I won’t switch to excluding the domain and then including the specific entity I want. I want to record anything in the sensor domain by default, except for specific entity glob patterns which includes entities I do want. I’d rather make my includes/excludes explicit within the configuration.
I’ve read the docs on the configure filter section but it is just confusing me a little bit.
Would something like this work (pass the recorder pass/fail logic) and allow just that one sensor to be recorded? Obviously I have more domains, entities, and entity globs than just this, it’s just an example.
recorder:
exclude:
entity_globs:
- sensor.dark_sky_*
include:
domains:
- sensor
entities:
- sensor.dark_sky_current_temperature