mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
Scripting Notify IFTTT
This commit is contained in:
15
script/switch_turn_off.yaml
Executable file
15
script/switch_turn_off.yaml
Executable file
@@ -0,0 +1,15 @@
|
||||
######################################################################################################
|
||||
###Script to send notifications to IFTTT to notify me on the mobile Phone! Call like this:
|
||||
######################################################################################################
|
||||
|
||||
switch_turn_off:
|
||||
sequence:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_accents
|
||||
- delay: '00:00:30'
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_accents
|
||||
- delay: '00:00:30'
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_accents
|
||||
- delay: '00:00:30'
|
Reference in New Issue
Block a user