From c5665deb3b634b806521cba71bd12418d5375d15 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Mon, 11 Feb 2019 12:59:20 +0100 Subject: [PATCH] Update scene.markdown (#8410) Add note about exception to the single service per state rule. --- source/_components/scene.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown index 78618af7751..50863998222 100644 --- a/source/_components/scene.markdown +++ b/source/_components/scene.markdown @@ -69,5 +69,5 @@ automation: ```

-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. A workaround for this limitation is to write a script, which you then turn on in your scene. +Please note that the scene component for the most part only supports one service call per entity to achieve the state. Due to this limitation, you cannot set states belonging to different services. A workaround for this limitation is to write a script, which you then turn on in your scene. A few components have direct support for multiple service calls per state, Currently this is the media_player and climate components.