Update dim_lights_when_playing_media.markdown (#589)
This commit is contained in:
parent
cc50b21b0c
commit
8dc0c9373f
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ automation:
|
|||
entity_id: media_player.htpc
|
||||
from: 'playing'
|
||||
condition:
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
action:
|
||||
|
@ -70,7 +70,7 @@ automation:
|
|||
entity_id: media_player.htpc
|
||||
to: 'playing'
|
||||
condition:
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
action:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue