Version 3

This commit is contained in:
Jeffrey Stone
2018-07-18 13:56:30 -04:00
parent 78cc052167
commit 361375cf5c
74 changed files with 2907 additions and 0 deletions

18
scripts/inside_all_on.yaml Executable file
View File

@@ -0,0 +1,18 @@
inside_all_on:
sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Turning inside lights on."
- service: light.turn_on
data:
entity_id: light.tower_lamp
- service: light.turn_on
data:
entity_id: light.front_lamp
- service: light.turn_on
data:
entity_id: light.loft_lamp
- service: scene.turn_on
data:
entity_id: scene.livingroom_normal