22 lines
573 B
YAML
22 lines
573 B
YAML
- id: "1630652622875"
|
|
alias: Turn off Main TV
|
|
description: ""
|
|
trigger:
|
|
- platform: mqtt
|
|
topic: viewroad-commands/maintv/action
|
|
payload: "OFF"
|
|
condition: []
|
|
action:
|
|
#- type: toggle
|
|
# device_id: d75c9f1db62bd7d599394dfcacedfa61
|
|
# entity_id: remote.viera_gt30_series
|
|
# domain: remote
|
|
- alias: "Send remote command (Power) to TV"
|
|
service: remote.send_command
|
|
data:
|
|
command: "power"
|
|
target:
|
|
#device_id: d75c9f1db62bd7d599394dfcacedfa61
|
|
entity_id: remote.viera_gt30_series
|
|
mode: single
|