Updated with the new LED strips.

pull/76/head
CCOSTAN 9 years ago
parent 3880d3433f
commit 67e0054eb4

@ -66,8 +66,11 @@ Outdoor Pool Lights:
Outdoor Front Lights:
entities:
- light.outdoor_foyer
- light.outdoor_scounce_1
- light.outdoor_scounce_2
- light.outdoor_sconce_1
- light.outdoor_sconce_2
- light.outdoor_sconce_3
- light.garage_left
- light.garage_small
Garage lights:
control: hidden

@ -28,7 +28,7 @@
light.outdoor_foyer:
state: on
color_name: 'CornflowerBlue'
color_name: 'Blue'
brightness: 255
light.outdoor_sconce_1:
state: on
@ -36,7 +36,7 @@
brightness: 255
light.outdoor_sconce_2:
state: on
color_name: 'CornflowerBlue'
color_name: 'Blue'
brightness: 255
light.outdoor_sconce_3:
state: on
@ -45,6 +45,10 @@
state: on
color_name: 'RoyalBlue'
brightness: 255
light.garage_small:
state: on
color_name: 'RoyalBlue'
brightness: 255
- name: front_full_brightness
entities:
@ -67,6 +71,9 @@
state: on
color_name: 'White'
brightness: 255
light.garage_small:
state: on
color_name: 'White'
brightness: 255
Loading…
Cancel
Save

Powered by TurnKey Linux.