Adding in new LED Lightstrip to Scenes.

This commit is contained in:
CCOSTAN 2016-12-22 16:29:48 +00:00
parent 450c54adf7
commit f0da388e4f
3 changed files with 73 additions and 67 deletions

View File

@ -34,8 +34,7 @@
action: action:
- service: light.turn_on - service: light.turn_on
entity_id: entity_id:
- light.tv_light - light.couch_1
- light.tv_stand_light
data: data:
transition: 1200 transition: 1200
- service: switch.turn_on - service: switch.turn_on
@ -57,8 +56,7 @@
action: action:
- service: light.turn_off - service: light.turn_off
entity_id: entity_id:
- light.tv_light - light.couch_1
- light.tv_stand_light
data: data:
transition: 1200 transition: 1200
- service: switch.turn_off - service: switch.turn_off

View File

@ -39,7 +39,7 @@ light:
devices: devices:
192.168.10.150: 192.168.10.150:
mode: "rgb" mode: "rgb"
name: Test Strip name: Garage_Left
emulated_hue: emulated_hue:
host_ip: 192.168.10.10 host_ip: 192.168.10.10

View File

@ -1,63 +1,71 @@
#Color Table #Color Table
# http://www.w3schools.com/colors/colors_hex.asp # http://www.w3schools.com/colors/colors_hex.asp
# service: scene.turn_on # service: scene.turn_on
# entity_id: scene.month_front_1_colors # entity_id: scene.month_front_1_colors
- name: month_front_1_colors - name: month_front_1_colors
entities: entities:
light.outdoor_sconce_2: light.outdoor_sconce_2:
state: on state: on
color_name: 'Gold' color_name: 'Gold'
brightness: 255 brightness: 255
light.outdoor_sconce_1: light.outdoor_sconce_1:
state: on state: on
color_name: 'Gold' color_name: 'Gold'
brightness: 255 brightness: 255
light.outdoor_foyer: light.outdoor_foyer:
state: on state: on
color_name: 'Gold' color_name: 'Gold'
brightness: 255 brightness: 255
light.outdoor_sconce_3: light.outdoor_sconce_3:
state: on state: on
brightness: 255 brightness: 255
- name: month_front_12_colors - name: month_front_12_colors
entities: entities:
light.outdoor_sconce_2: light.outdoor_sconce_2:
state: on state: on
color_name: 'FireBrick' color_name: 'FireBrick'
brightness: 255 brightness: 255
light.outdoor_sconce_1: light.outdoor_sconce_1:
state: on state: on
color_name: 'FireBrick' color_name: 'FireBrick'
brightness: 255 brightness: 255
light.outdoor_foyer: light.outdoor_foyer:
state: on state: on
color_name: 'FireBrick' color_name: 'FireBrick'
brightness: 255 brightness: 255
light.outdoor_sconce_3: light.outdoor_sconce_3:
state: on state: on
brightness: 255 brightness: 255
light.garage_left:
- name: front_full_brightness state: on
entities: color_name: 'ForestGreen'
light.outdoor_sconce_2: brightness: 255
state: on
color_name: 'White' - name: front_full_brightness
brightness: 255 entities:
light.outdoor_sconce_1: light.outdoor_sconce_2:
state: on state: on
color_name: 'White' color_name: 'White'
brightness: 255 brightness: 255
light.outdoor_foyer: light.outdoor_sconce_1:
state: on state: on
color_name: 'White' color_name: 'White'
brightness: 255 brightness: 255
light.outdoor_sconce_3: light.outdoor_foyer:
state: on state: on
brightness: 255 color_name: 'White'
brightness: 255
light.outdoor_sconce_3:
state: on
brightness: 255
light.garage_left:
state: on
color_name: 'White'
brightness: 255