diff --git a/config/configuration.yaml b/config/configuration.yaml index c7e4e5c2..df0dc3cb 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -112,15 +112,21 @@ updater: include_used_components: true sun: + hue: bridges: - host: 192.168.10.75 - filename: phue.conf + # filename: phue.conf allow_unreachable: true allow_hue_groups: false - host: 192.168.10.76 - filename: phue2.conf + # filename: phue2.conf + allow_unreachable: true + allow_hue_groups: false + + - host: 192.168.10.77 + # filename: phue3.conf allow_unreachable: true allow_hue_groups: false diff --git a/config/scene/tv_time.yaml b/config/scene/tv_time.yaml index 00a68e0d..aafb7873 100755 --- a/config/scene/tv_time.yaml +++ b/config/scene/tv_time.yaml @@ -12,11 +12,13 @@ light.M1_back_right: state: on transition: 10 - brightness: 1 + color_name: 'Gold' + brightness: 30 light.M1_back_left: state: on transition: 40 - brightness: 1 + color_name: 'Gold' + brightness: 30 light.tv_stand_light: state: on transition: 400 diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index d49c1439..956bb010 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ