mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Guest Mode Via Alexa and IFTTT.
This commit is contained in:
22
automation/ifttt_guest_mode.yaml
Executable file
22
automation/ifttt_guest_mode.yaml
Executable 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
|
||||
Reference in New Issue
Block a user