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.
This commit is contained in:
Smart Home Junkie 2023-05-11 16:33:52 +02:00 committed by GitHub
parent c182d1350c
commit d37b018d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<lite-youtube videoid="JW9PC6ptXcM" videotitle="Scenes on Steroids in Home Assistant - How To - Tutorial" posterquality="maxresdefault"></lite-youtube>
```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
```