diff --git a/group/lights.yaml b/group/lights.yaml index 1e32a152..52c1bd92 100755 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -1,80 +1,83 @@ -Bedroom lights: - entities: - - light.bedroom - -Kitchen lights: - entities: - - light.K1 - - light.K2 - - light.K3 - - light.K4 - - light.K5 - - light.K6 - - light.sink - - light.fridge - -Living Room lights: - entities: - - light.M1_back_left - - light.M1_back_right - - light.M1_front_left - - light.M1_front_right - - light.M1_slider - -Living Room Accents: - entities: - - light.couch_1 - - light.tv_light - - light.tv_stand_light - -Dinette lights: - entities: - - light.D1 - - light.D2 - -Den lights: - entities: - - light.den_lamp - -Foyer lights: - entities: - - light.F1 - - light.F2 - -Office lights: - entities: - - light.office_lamp - -Upstairs lights: - entities: - - light.upstairs_lamp - -Dining Room lights: - entities: - - light.S1 - - light.S2 - - light.S3 - - light.S4 - -Outdoor Pool Lights: - entities: - - light.P1_front_left - - light.P1_front_right - - light.P1_back_left - - light.P1_back_left - -Outdoor Front Lights: - entities: - - light.outdoor_foyer - - light.outdoor_scounce_1 - - light.outdoor_scounce_2 - -Garage lights: - control: hidden - entities: - - light.garage_attic - - switch.garage_outlet - -Hallway Lights: - entities: - - light.hallway +Bedroom lights: + entities: + - light.bedroom + +Kitchen lights: + entities: + - light.K1 + - light.K2 + - light.K3 + - light.K4 + - light.K5 + - light.K6 + - light.sink + - light.fridge + +Living Room lights: + entities: + - light.M1_back_left + - light.M1_back_right + - light.M1_front_left + - light.M1_front_right + - light.M1_slider + +Living Room Accents: + entities: + - light.couch_1 + - light.tv_light + - light.tv_stand_light + +Dinette lights: + entities: + - light.D1 + - light.D2 + +Den lights: + entities: + - light.den_lamp + +Foyer lights: + entities: + - light.F1 + - light.F2 + +Office lights: + entities: + - light.office_lamp + +Upstairs lights: + entities: + - light.upstairs_lamp + +Dining Room lights: + entities: + - light.S1 + - light.S2 + - light.S3 + - light.S4 + +Outdoor Pool Lights: + entities: + - light.P1_front_left + - light.P1_front_right + - light.P1_back_left + - light.P1_back_left + +Outdoor Front Lights: + entities: + - light.outdoor_foyer + - light.outdoor_sconce_1 + - light.outdoor_sconce_2 + - light.outdoor_sconce_3 + - light.garage_left + - light.garage_small + +Garage lights: + control: hidden + entities: + - light.garage_attic + - switch.garage_outlet + +Hallway Lights: + entities: + - light.hallway diff --git a/scene/monthly_front_colors.yaml b/scene/monthly_front_colors.yaml index 8830d093..b1af19f2 100755 --- a/scene/monthly_front_colors.yaml +++ b/scene/monthly_front_colors.yaml @@ -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 \ No newline at end of file