From d37b018d4e95593f6f9c756ff2fd7655836f6632 Mon Sep 17 00:00:00 2001 From: Smart Home Junkie <67226335+smarthomejunkie@users.noreply.github.com> Date: Thu, 11 May 2023 16:33:52 +0200 Subject: [PATCH] Added link to a video tutorial (#27105) * Added link to a video tutorial Added a link to my video tutorial at the bottom of the page following the advice of Frenck. * Added embedded link to a video tutorial. --- source/_integrations/scene.markdown | 6 ++++++ 1 file changed, 6 insertions(+) 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 ``` +