Massive Migration! #292

This commit is contained in:
root
2018-01-01 19:00:45 -05:00
commit 1baa895f41
241 changed files with 28076 additions and 0 deletions

16
script/interior_off.yaml Executable file
View File

@@ -0,0 +1,16 @@
######################################################################################################
###Script to shut switches with a 30 second delay to not trample codes
### Sample Call
# action:
# - service: script.interior_off
######################################################################################################
interior_off:
sequence:
- service: light.turn_off
entity_id:
- group.interior_lights
- service: script.switch_turn_off_all
- service: media_player.turn_off
entity_id:
- group.media_players