Prep for clean v3

This commit is contained in:
Jeffrey Stone
2018-07-18 13:35:35 -04:00
parent db81a21a50
commit 78cc052167
103 changed files with 0 additions and 3718 deletions

View File

@@ -1,39 +0,0 @@
- name: livingroom normal
entities:
light.tower_lamp:
state: on
brightness: 100
light.front_lamp:
state: on
brightness: 100
- name: livingroom dim
entities:
light.tower_lamp:
state: on
brightness: 40
light.front_lamp:
state: on
brightness: 40
- name: livingroom night
entities:
light.tower_lamp:
state: on
brightness: 10
light.front_lamp:
state: off
- name: movie time
entities:
light.tower_lamp:
state: off
light.front_lamp:
state: off
- name: dim kitchen
entities:
light.kitchen_cabinets:
state: on
brightness: 40
- name: normal kitchen
entities:
light.kitchen_cabinets:
state: on
brightness: 100