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

@ -40,6 +40,10 @@
light.outdoor_sconce_3: light.outdoor_sconce_3:
state: on state: on
brightness: 255 brightness: 255
light.garage_left:
state: on
color_name: 'ForestGreen'
brightness: 255
- name: front_full_brightness - name: front_full_brightness
entities: entities:
@ -58,6 +62,10 @@
light.outdoor_sconce_3: light.outdoor_sconce_3:
state: on state: on
brightness: 255 brightness: 255
light.garage_left:
state: on
color_name: 'White'
brightness: 255