diff --git a/config/automation/System/rachio_rain_delay.yaml b/config/automation/System/rachio_rain_delay.yaml index 13243fd5..97c49c55 100755 --- a/config/automation/System/rachio_rain_delay.yaml +++ b/config/automation/System/rachio_rain_delay.yaml @@ -32,5 +32,5 @@ "/config/www/custom_ui/floorplan/images/branding/hat.png", "/config/www/custom_ui/floorplan/images/branding/rain.png", "/config/www/custom_ui/floorplan/images/branding/rain2.png", - "/config/www/custom_ui/floorplan/images/branding/rain3.png", + "/config/www/custom_ui/floorplan/images/branding/rain3.png" ] | random }} diff --git a/config/automation/Timed_Triggers/sunrise_turn_off.yaml b/config/automation/Timed_Triggers/sunrise_turn_off.yaml index e6a6c79d..70ea75dc 100755 --- a/config/automation/Timed_Triggers/sunrise_turn_off.yaml +++ b/config/automation/Timed_Triggers/sunrise_turn_off.yaml @@ -24,7 +24,8 @@ ] | random + "#HomeAutomation"}} image: >- {{ [ - "/config/www/custom_ui/floorplan/images/branding/sunrise.png" + "/config/www/custom_ui/floorplan/images/branding/sunrise.png", + "/config/www/custom_ui/floorplan/images/branding/sunrise2.png" ] | random }} - delay: '00:{{ (range(1, 55)|random|int) }}:00' diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 21b6c7b4..fe52318f 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -90,7 +90,7 @@ tweet_engine_setup: "/config/www/custom_ui/floorplan/images/branding/batteries.png", "/config/www/custom_ui/floorplan/images/branding/car.png", "/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png", - "/config/www/custom_ui/floorplan/images/branding/charge.png", + "/config/www/custom_ui/floorplan/images/branding/charge.png" ], "robot": [ @@ -114,6 +114,7 @@ tweet_engine_setup: "weather": [ "/config/www/custom_ui/floorplan/images/branding/windy.png", + "/config/www/custom_ui/floorplan/images/branding/moon.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad4.png" diff --git a/config/www/custom_ui/floorplan/images/branding/sunrise2.png b/config/www/custom_ui/floorplan/images/branding/sunrise2.png new file mode 100755 index 00000000..0e54c53d Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/sunrise2.png differ