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:
Simon Elsbrock 2017-01-04 20:11:23 +01:00 committed by Fabian Affolter
parent bbf9a79623
commit d48262c14a

View File

@ -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>