Make titles linkable
This commit is contained in:
parent
cf8f436680
commit
193cc41d45
4 changed files with 8 additions and 12 deletions
|
@ -11,13 +11,10 @@ footer: true
|
|||
|
||||
Like it how the lights dim up/down at the movies? Do it at home as well!
|
||||
|
||||
This example uses the media player, Philips Hue (transitions) and the sun component.
|
||||
We'll use actions to detect media player state changes and scenes to control multiple
|
||||
lights, color settings and transition between scenes.
|
||||
This example uses the media player, Philips Hue (transitions) and the sun component. We'll use actions to detect media player state changes and scenes to control multiple lights, color settings and transition between scenes.
|
||||
|
||||
#### Scenes
|
||||
One scene for normal light, one for when movies are on.
|
||||
A 2 second transition gives a nice 'feel' to the switch.
|
||||
#### {% linkable_title Scenes %}
|
||||
One scene for normal light, one for when movies are on. A 2 second transition gives a nice 'feel' to the switch.
|
||||
|
||||
```yaml
|
||||
scene:
|
||||
|
@ -48,9 +45,8 @@ scene:
|
|||
```
|
||||
|
||||
|
||||
#### Automation
|
||||
The paused/stopped state is best matched using "from: 'playing'".
|
||||
Adding in the sun condition as we only want this when it's dark.
|
||||
#### {% linkable_title Automation %}
|
||||
The paused/stopped state is best matched using "from: 'playing'". Adding in the sun condition as we only want this when it's dark.
|
||||
|
||||
```yaml
|
||||
automation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue