You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
625 B
15 lines
625 B
######################################################################################################
|
|
###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' |