Skip to content

Commit

Permalink
Closes #71 - Added Project box to the LED strips.
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOSTAN committed Feb 21, 2017
1 parent f264e1c commit 1d9648b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
8 changes: 1 addition & 7 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,9 @@ light:
- platform: flux_led
automatic_add: True
devices:
192.168.10.150:
192.168.10.179:
name: Garage_Left
mode: "rgb"
192.168.10.167:
name: Garage_Small
mode: "rgb"
192.168.10.168:
name: Outdoor_Den
mode: "rgb"

emulated_hue:
host_ip: 192.168.10.10
Expand Down
12 changes: 5 additions & 7 deletions scene/monthly_colors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# service: scene.turn_on
# entity_id: scene.month_standard_colors


- name: month_standard_colors
entities:
group.outdoor_front_lights:
Expand Down Expand Up @@ -38,21 +38,22 @@
state: 'on'
#color_name: 'Dark Spring Green'
rgb_color: [23,114,69]

- name: month_RWB_colors
entities:
light.outdoor_foyer:
state: 'on'
#color_name: 'Cream'
rgb_color: [255,253,208]
light.outdoor_sconce_1:
brightness: 30
light.outdoor_sconce_3:
state: 'on'
color_name: 'Red'
light.outdoor_sconce_2:
state: 'on'
#color_name: 'White' Smoke
rgb_color: [245,245,245]
light.outdoor_sconce_3:
light.outdoor_sconce_1:
state: 'on'
color_name: 'Blue'

Expand All @@ -62,6 +63,3 @@
state: 'on'
color_name: 'White'
brightness: 250



0 comments on commit 1d9648b

Please sign in to comment.