diff --git a/config/.HA_VERSION b/config/.HA_VERSION
index 4dbf5f58..65fa6951 100755
--- a/config/.HA_VERSION
+++ b/config/.HA_VERSION
@@ -1 +1 @@
-0.94.1
\ No newline at end of file
+0.94.3
\ No newline at end of file
diff --git a/config/automation/Timed_Triggers/sunrise_turn_off.yaml b/config/automation/Timed_Triggers/sunrise_turn_off.yaml
index 95b9e1c0..b055691b 100755
--- a/config/automation/Timed_Triggers/sunrise_turn_off.yaml
+++ b/config/automation/Timed_Triggers/sunrise_turn_off.yaml
@@ -23,6 +23,7 @@
           "If the sun is out, we do not need the exterior lights on. (https://github.com/CCOSTAN/Home-AssistantConfig#landscaping)",
           "The sun is up so it is time to turn the outside lights off.",
           "I see the sun! Time to turn off the outside lights",
+          "The Sun is up!"
           "Dawn has broken in #Florida. Turning off the outside lights. ",
           "Everyone will be up soon so time to turn off the outdoor landscaping lights. (https://www.vcloudinfo.com/2018/09/unboxing-philips-hue-calla-landscape.html)",
           "Good morning Twitter, the sun is up so it is time for me to turn the outside lights off."
diff --git a/config/script/monthly_color_scene.yaml b/config/script/monthly_color_scene.yaml
index c925c23d..7a04861e 100755
--- a/config/script/monthly_color_scene.yaml
+++ b/config/script/monthly_color_scene.yaml
@@ -49,6 +49,9 @@ monthly_color_scene:
           mothers_day
           {%- elif now().strftime("%m%d")|int == 616 -%}
           fathers_day
+          {%- elif now().strftime("%m%d")|int >= 619
+          and now().strftime("%m%d")|int <= 619-%}
+          RWB
           {%- elif now().strftime("%m%d")|int >= 1001
           and now().strftime("%m%d")|int <= 1031-%}
           halloween
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 44c647ed..8d02aca2 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