diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 557134bc..8c53e4e3 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.106.0 \ No newline at end of file +0.107.7 \ No newline at end of file diff --git a/config/automation/Timed_Triggers/startup_month.yaml b/config/automation/Timed_Triggers/startup_month.yaml index 6e83b480..747b2c95 100755 --- a/config/automation/Timed_Triggers/startup_month.yaml +++ b/config/automation/Timed_Triggers/startup_month.yaml @@ -7,7 +7,7 @@ ################################### - alias: Check if it's summer vacation on startup. - + trigger: - platform: homeassistant event: start @@ -18,7 +18,7 @@ - condition: template value_template: > {% set month=states("sensor.date").split('-')[1] | int %} - {%- if month == 6 or month == 7 -%} + {%- if month == 4 or month == 5 or month == 6 or month == 7 -%} true {%- endif -%} 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 be72ffaf..c4fe7ca1 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 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 b58a254b..07802646 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