Implement Wallboard Display Toggle with Automations

Tá an tiomantas seo le fáil i:
Florian Brinker
2019-10-22 20:40:01 +02:00
tuismitheoir 31786e6658
tiomantas 2b83cf6374
D'athraigh 7 comhad le 119 breiseanna agus 9 scriosta

25
automations/wallboard.yaml Comhad gnáth
Féach ar an gComhad

@@ -0,0 +1,25 @@
- alias: Wallboard On
trigger:
- platform: state
entity_id: binary_sensor.anyone_home
to: 'on'
- platform: state
entity_id: sensor.harmony_activity
from: 'Fire TV sehen'
action:
service: switch.turn_on
data:
entity_id: switch.wallboard_display
- alias: Wallboard Off
trigger:
- platform: state
entity_id: binary_sensor.anyone_home
to: 'off'
- platform: state
entity_id: sensor.harmony_activity
to: 'Fire TV sehen'
action:
service: switch.turn_off
data:
entity_id: switch.wallboard_display