You can find the entire repo here.

This commit is contained in:
ccostan
2018-02-28 19:43:00 -05:00
parent ddcf503781
commit 40f8fd2edc
263 changed files with 0 additions and 194 deletions

18
config/script/interior_off.yaml Executable file
View File

@@ -0,0 +1,18 @@
######################################################################################################
###Script to shut switches with a 30 second delay to not trample codes
### Sample Call
# action:
# - service: script.interior_off
######################################################################################################
interior_off:
sequence:
- service: homeassistant.turn_off
entity_id:
- group.interior_lights
- service: script.switch_turn_off_all
- service: media_player.turn_off
entity_id:
- group.media_players
- service: ifttt.trigger
data_template: {"event":"noon_off"}