Inital Commit

This commit is contained in:
2022-10-11 15:40:40 +13:00
commit 7089991005
50 changed files with 1313 additions and 0 deletions

View 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