except (show_only) filter #36
Mariusthvdb
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
That could be solved with the custom_attributes:
filter_attributes:
by_glob:
device_tracker.google_*:
- all
unfilter_attributes:
by_glob:
device_tracker.google_*:
- mac
- ip |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
was just reading the commit changes for the all filter, and then it dawned on me we might also benefit from an except filter.
it would do the same as all, except leave an attribute, or a couple out of the all filter
something like:
it would require the nested object, but I hope that would not be a problem? examples on glob here, but it would go for all other by_ filters
Beta Was this translation helpful? Give feedback.
All reactions