Voice control of all devices in domain without specifying area? #1669
Replies: 3 comments 1 reply
-
Do you mean like this, based on the voice satellite assigned area? home-assistant/core#103939 If so, that's coming in 2023.12 without you having to do anything |
Beta Was this translation helpful? Give feedback.
-
I don't believe so, this looks like it still uses areas, but definitely looks useful. I was looking for a way to voice control all lights which are in different areas. So I could just say "turn off all lights" instead of "turn off all lights in bedroom" + "turn off all lights in living room" + "turn off all lights bathroom" + ... + ... + ... I did find a workaround. |
Beta Was this translation helpful? Give feedback.
-
Yes, exactly. I was refencing light_HassTurnOn.yaml so did not see that. With this I WAS able to create custom sentences to do it. This does indeed controls all lights regardless of area, although may need to modified if satellites are added. Thanks. Tested to work- But, can this be done for brightness and color? Yes |
Beta Was this translation helpful? Give feedback.
-
Is it possible to control all devices in domain (specifically light) without specifying area? I can control lights based on their location but see that there is no way to do this yet. I started creating custom intents/sentences for this but lack knowledge of how this could work.
So far: created custom_sentences/en directory with a few yamls using HassTurnOn & HassTurnOff
language: "en"
intents:
HassTurnOn:
data:
- sentences:
- " on [all] "
requires_context:
domain: "light"
slots:
domain: "light"
name: "all"
response: "light"
update - so i guess ill just use custom group of lights named "all lights" with new area named "here" = "turn on all lights in here"
update - better yet, group named "lights" area named "All" = "turn on (or off) all lights"
but i still would like to call devices without area, i would appreciate any help
Beta Was this translation helpful? Give feedback.
All reactions