14 lines
354 B
YAML
Executable File
14 lines
354 B
YAML
Executable File
script:
|
|
tv_turn_on:
|
|
sequence:
|
|
- service: switch.turn_on
|
|
target:
|
|
entity_id: switch.livingroom_tv_socket_switch
|
|
- delay:
|
|
seconds: 15
|
|
- service: remote.send_command
|
|
target:
|
|
device_id: 13079d62ad53d8991b26238c5594adca
|
|
data:
|
|
device: "78200006"
|
|
command: PowerOn |