Updated with the new LED strips.

This commit is contained in:
CCOSTAN
2016-12-31 00:25:37 +00:00
parent 3880d3433f
commit 67e0054eb4
2 changed files with 93 additions and 83 deletions

View File

@@ -1,80 +1,83 @@
Bedroom lights: Bedroom lights:
entities: entities:
- light.bedroom - light.bedroom
Kitchen lights: Kitchen lights:
entities: entities:
- light.K1 - light.K1
- light.K2 - light.K2
- light.K3 - light.K3
- light.K4 - light.K4
- light.K5 - light.K5
- light.K6 - light.K6
- light.sink - light.sink
- light.fridge - light.fridge
Living Room lights: Living Room lights:
entities: entities:
- light.M1_back_left - light.M1_back_left
- light.M1_back_right - light.M1_back_right
- light.M1_front_left - light.M1_front_left
- light.M1_front_right - light.M1_front_right
- light.M1_slider - light.M1_slider
Living Room Accents: Living Room Accents:
entities: entities:
- light.couch_1 - light.couch_1
- light.tv_light - light.tv_light
- light.tv_stand_light - light.tv_stand_light
Dinette lights: Dinette lights:
entities: entities:
- light.D1 - light.D1
- light.D2 - light.D2
Den lights: Den lights:
entities: entities:
- light.den_lamp - light.den_lamp
Foyer lights: Foyer lights:
entities: entities:
- light.F1 - light.F1
- light.F2 - light.F2
Office lights: Office lights:
entities: entities:
- light.office_lamp - light.office_lamp
Upstairs lights: Upstairs lights:
entities: entities:
- light.upstairs_lamp - light.upstairs_lamp
Dining Room lights: Dining Room lights:
entities: entities:
- light.S1 - light.S1
- light.S2 - light.S2
- light.S3 - light.S3
- light.S4 - light.S4
Outdoor Pool Lights: Outdoor Pool Lights:
entities: entities:
- light.P1_front_left - light.P1_front_left
- light.P1_front_right - light.P1_front_right
- light.P1_back_left - light.P1_back_left
- light.P1_back_left - light.P1_back_left
Outdoor Front Lights: Outdoor Front Lights:
entities: entities:
- light.outdoor_foyer - light.outdoor_foyer
- light.outdoor_scounce_1 - light.outdoor_sconce_1
- light.outdoor_scounce_2 - light.outdoor_sconce_2
- light.outdoor_sconce_3
Garage lights: - light.garage_left
control: hidden - light.garage_small
entities:
- light.garage_attic Garage lights:
- switch.garage_outlet control: hidden
entities:
Hallway Lights: - light.garage_attic
entities: - switch.garage_outlet
- light.hallway
Hallway Lights:
entities:
- light.hallway

View File

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