Guest Mode Via Alexa and IFTTT.

This commit is contained in:
CCOSTAN
2016-10-27 23:59:51 +00:00
parent d8db298bb3
commit 17040d545b
2 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
###################################
## Turn on/off Guest Mode via ALexa/IFTTT event.
###################################
- alias: 'IFTTT Flip Guest Mode on'
trigger:
- platform: event
event_type: guest_mode_on
action:
- service: input_boolean.turn_on
entity_id: input_boolean.guest_mode
- alias: 'IFTTT Flip Guest Mode off'
trigger:
- platform: event
event_type: guest_mode_off
action:
- service: input_boolean.turn_off
entity_id: input_boolean.guest_mode