Sony TV automations to Automations dir

This commit is contained in:
2022-12-09 15:14:59 +13:00
parent adbbdf0b95
commit 4244d8b6eb
3 changed files with 15 additions and 35 deletions

View File

@@ -0,0 +1,14 @@
- id: "1669966515993"
alias: Turn off Lounge TV
description: ""
trigger:
- platform: mqtt
topic: viewroad-commands/maintv/action
payload: "OFF"
condition: []
action:
- type: turn_off
device_id: 4a9f71fc64e158f1c9286d6e43ce782e
entity_id: remote.sony_kd_55x85k
domain: remote
mode: single

View File

@@ -1,21 +0,0 @@
- 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