Przemek Grondek
48edc10df4
Change sleep/wakeup automation button to be held Disable bedroom light when tv is on Add bedroom bet tv scene
9 lines
185 B
YAML
9 lines
185 B
YAML
- id: bedroom-tv-on
|
|
alias: '[Bedroom] TV ON'
|
|
trigger:
|
|
- platform: state
|
|
entity_id: media_player.bedroom_tv
|
|
to: 'on'
|
|
action:
|
|
- service: script.bedroom_tv_scene
|