From 1436a81278e52551be6d310ac18a4aa7e1bc0e6b Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Fri, 25 Sep 2015 16:46:51 -0400 Subject: [PATCH] Added line about activating and deactivating copied from script webpage. --- source/components/scene.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/components/scene.markdown b/source/components/scene.markdown index 3581d9233c5..9b9a123fc6e 100644 --- a/source/components/scene.markdown +++ b/source/components/scene.markdown @@ -10,6 +10,7 @@ footer: true --- A user can create scenes that capture the states you want certain entities to be. For example a scene can contain that light A should be turned on and light B should be bright red. Deactivating a scene will restore the previous state from before the scene was activated. Just like scripts, scenes have their own separate page to see which scenes are on. +Scenes can be activated using the service scene.turn_on and deactivated using the service scene.turn_off. ```yaml # Example configuration.yaml entry