mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
15 lines
625 B
YAML
Executable File
15 lines
625 B
YAML
Executable File
######################################################################################################
|
|
###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' |