diff --git a/config/scene/living_room.yaml b/config/scene/living_room.yaml index 430a5886..975f3359 100755 --- a/config/scene/living_room.yaml +++ b/config/scene/living_room.yaml @@ -8,52 +8,52 @@ state: off light.m1_back_right: state: on - rgb_color: [255,215,0] # Gold + rgb_color: &gold [255,223,0] # Gold brightness: 50 light.m1_back_left: state: on - rgb_color: [255,215,0] # Gold + rgb_color: *gold # Gold brightness: 50 light.tv_stand_light: state: on - rgb_color: [255,215,0] # Gold + rgb_color: *gold # Gold brightness: 150 light.tv_light: state: on - rgb_color: [255,215,0] # Gold + rgb_color: *gold # Gold brightness: 150 light.couch_1: state: on - rgb_color: [255,215,0] # Gold + rgb_color: *gold # Gold brightness: 255 - name: Red_living_Room entities: light.m1_front_left: state: on - rgb_color: [255,0,0] # RED + rgb_color: &red [255,0,0] brightness: 150 light.m1_front_right: state: on - rgb_color: [255,0,0] # RED + rgb_color: *red # RED brightness: 150 light.m1_back_right: state: on - rgb_color: [255,0,0] # RED + rgb_color: *red # RED brightness: 150 light.m1_back_left: state: on - rgb_color: [255,0,0] # RED + rgb_color: *red # RED brightness: 150 light.tv_stand_light: state: on - rgb_color: [255,0,0] # RED + rgb_color: *red # RED brightness: 255 light.tv_light: state: on - rgb_color: [255,0,0] # RED + rgb_color: *red # RED brightness: 255 light.couch_1: state: on - rgb_color: [255,0,0] # RED + rgb_color: *red # RED brightness: 255 diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index 755a2cb6..a917cf5e 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ