Scenes, scripts and stuff like that.

This commit is contained in:
CCOSTAN 2016-12-01 17:42:14 +00:00
parent ef656ee792
commit 086d021616
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ Upstairs lights:
entities: entities:
- light.upstairs_lamp - light.upstairs_lamp
Dining_Room lights: Dining Room lights:
entities: entities:
- light.S1 - light.S1
- light.S2 - light.S2

View File

@ -2,17 +2,17 @@
entities: entities:
light.outdoor_scounce_2: light.outdoor_scounce_2:
state: on state: on
transition: 400 # transition: 400
rgb_color: [206,22,32] rgb_color: [206,22,32]
brightness: 255 brightness: 255
light.outdoor_scounce_1: light.outdoor_scounce_1:
state: on state: on
transition: 400 # transition: 400
rgb_color: [61,178,112] rgb_color: [61,178,112]
brightness: 255 brightness: 255
light.outdoor_foyer: light.outdoor_foyer:
state: on state: on
transition: 400 # transition: 400
rgb_color: [206,22,32] rgb_color: [206,22,32]
brightness: 255 brightness: 255