Add IFTTT AMP support

This commit is contained in:
CCOSTAN
2016-10-18 18:02:51 +00:00
parent 3b35d0be78
commit 222bd9d27b
3 changed files with 24 additions and 7 deletions

20
automation/ifttt_amps.yaml Executable file
View File

@@ -0,0 +1,20 @@
# There is also an IFTTT recipe that shuts down all lights when Nest goes into Away mode. - event_type= Good_Night
- 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
entity_id: switch.living_room_amp