Exclude devices #581
joneshf
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 1 reply
-
|
I tend to not assign the entire device to the area but just the entities I'm interested in. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are some devices that can create quite a few entities. For example, if you're using Frigate and it's doing object detection on different types of objects, across zones of a camera, it will create a device for each zone with an occupancy sensor for each type of object, plus an overall "any type of object" occupancy sensor. Which means if you have 5 zones and 4 types of objects, you get 25 occupancy sensors
The math
You can exclude the entities explicitly (so there is a workaround), but it's tedious and a bit error prone. It would be nice to be able to exclude entire devices in addition to the current feature to exclude entities. That would bring the number of exclusions down considerably.
For the specific use case that motivated this request, there's an area with 30+ motion/occupancy sensors (made by Frigate and other integrations). There are also two separate group sensors that have the occupancy sensors that matter for this sort of automation (it's curated by a Human). The 30+ motion/occupancy sensors are explicitly excluded, which leaves these two group occupancy sensors. It works, but it'd be even simpler if the magic could be helped by saying which occupancy sensors to use; instead of helping the magic by saying which occupancy sensors to not use.
Beta Was this translation helpful? Give feedback.
All reactions