Full Bright Lights if there is movement out front via Skybell and IFTTT.

This commit is contained in:
CCOSTAN
2016-12-04 07:01:53 +00:00
parent 79a4f3eea8
commit 3f1d7935fc
4 changed files with 41 additions and 74 deletions

View File

@@ -1,3 +1,13 @@
#Color Table
# rgb_color: [255,255,255] White
#rgb_color: [61,178,112] #Green
#rgb_color: [255,112,242] #Purple
#rgb_color: [206,22,32] #red
# service: scene.turn_on
# entity_id: scene.month_front_1_colors
- name: month_front_1_colors
entities:
light.outdoor_sconce_2:
@@ -40,8 +50,22 @@
state: on
brightness: 255
#Color Table
#rgb_color: [61,178,112] #Green
#rgb_color: [255,112,242] #Purple
#rgb_color: [206,22,32] #red
- name: front_full_brightness
entities:
light.outdoor_sconce_2:
state: on
rgb_color: [255,255,255]
brightness: 255
light.outdoor_sconce_1:
state: on
rgb_color: [255,255,255]
brightness: 255
light.outdoor_foyer:
state: on
brightness: 255
light.outdoor_sconce_3:
state: on
brightness: 255