mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Scene component: describe limitations wrt states (#1710)
Currently the scene component only allows setting states of a single service per component. Document this limitation. references https://github.com/home-assistant/home-assistant/issues/5123
This commit is contained in:
parent
bbf9a79623
commit
d48262c14a
@ -53,3 +53,7 @@ automation:
|
||||
service: scene.turn_on
|
||||
entity_id: scene.romantic
|
||||
```
|
||||
|
||||
<p class='note'>
|
||||
Please note that the scene component currently only supports one service call per entity to achieve the state. Due to this limitation you cannot set states belonging to different services.
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user