Inital Commit
This commit is contained in:
21
automations/main_viera_tv_automations.yaml
Normal file
21
automations/main_viera_tv_automations.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
- 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
|
Reference in New Issue
Block a user