diff --git a/source/_integrations/scene.markdown b/source/_integrations/scene.markdown index 0dd2331ad6d..4104459e36e 100644 --- a/source/_integrations/scene.markdown +++ b/source/_integrations/scene.markdown @@ -147,6 +147,11 @@ You need to pass a `scene_id` in lowercase and with underscores instead of space If the scene was previously created by `scene.create`, it will be overwritten. If the scene was created by YAML, nothing happens but a warning in your log files. +### Video Tutorial +This video tutorial explains how scenes work and how you can utilize scenes on the fly. + + + ```yaml # Example automation using entities automation: @@ -205,3 +210,4 @@ The following example turns off some entities as soon as a window opens. The sta target: entity_id: scene.before ``` +