-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intents do not incorporate Labels #2849
Comments
You can group the two lights in a light group, and that light group can be exposed to Assist. |
IMHO this is a good idea, but it is not implemented yet and it requires support in the HA core. @synesthesiam what do you think? |
Light groups can't be nested though, can they? For example if I wanted to "turn on the couch lights" but also be able to "turn on the living room lights" that the couch is in, that's not possible today, correct? With labeling, I would expect the Group to be "living room" with the specific lights having the "couch" label, for example. |
You can put a light group in another light group, so they can be nested. |
Light groups is the preferred solution for now. Labels would be interesting, but there are many open questions:
|
If I understand correctly, Labels are intended to rectify long-standing requests for organizing areas, devices, entities, etc in "non-standard" ways:
If true, the Intent slot combinations do not support labels in this manner.
For example, if I have two lamps in my "living room" area, but also want to group them by "couch" with a label, I would expect to be able to perform an Intent along the lines of:
Turn off the couch lights or even just Turn off the couch
As a new user, I may be misunderstanding the intent (pun intended) of labels here; if so, please let me know.
It seems like there would need to be a permutation of "label" around the existing intents, to me:
Existing:
Permutations:
The text was updated successfully, but these errors were encountered: