24 lines
512 B
YAML
Raw Normal View History

2016-10-19 17:47:13 +00:00
###################################
## Turn on/off Living Room AMPs via ALexa/IFTTT event.
###################################
2016-10-18 18:02:51 +00:00
- alias: 'IFTTT Turn AMP on'
trigger:
- platform: event
event_type: amp_on
action:
- service: switch.turn_on
entity_id: switch.living_room_amp
- alias: 'IFTTT Turn AMP off'
trigger:
- platform: event
event_type: amp_off
action:
- service: switch.turn_off
2016-10-19 17:38:48 +00:00
entity_id: switch.living_room_amp