From d48262c14a6c293cdad910342ea492c88b1e984d Mon Sep 17 00:00:00 2001 From: Simon Elsbrock Date: Wed, 4 Jan 2017 20:11:23 +0100 Subject: [PATCH] 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 --- source/_components/scene.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown index 48714cb17ce..74e8dd09b4f 100644 --- a/source/_components/scene.markdown +++ b/source/_components/scene.markdown @@ -53,3 +53,7 @@ automation: service: scene.turn_on entity_id: scene.romantic ``` + +

+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. +