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