mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
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:
parent
c182d1350c
commit
d37b018d4e
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user