14 lines
344 B
YAML
Executable File
14 lines
344 B
YAML
Executable File
script:
|
|
tv_turn_on:
|
|
sequence:
|
|
- service: light.turn_on
|
|
target:
|
|
entity_id: light.livingroom_switch_tv
|
|
- delay:
|
|
seconds: 5
|
|
- service: remote.send_command
|
|
target:
|
|
device_id: 13079d62ad53d8991b26238c5594adca
|
|
data:
|
|
device: "78200006"
|
|
command: PowerOn |