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
|