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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue