diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 45faa269..d5a92eb8 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.113.2 \ No newline at end of file +0.113.3 \ 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 9042f3ae..44b3febf 100755 --- a/config/automation/Timed_Triggers/startup_month.yaml +++ b/config/automation/Timed_Triggers/startup_month.yaml @@ -19,7 +19,7 @@ - condition: template value_template: > {% set month=states("sensor.date").split('-')[1] | int %} - {%- if month == 4 or month == 5 or month == 6 or month == 7 -%} + {%- if month == 4 or month == 5 or month == 6 or month == 7 or month == 8 -%} true {%- endif -%} diff --git a/config/automation/away.yaml b/config/automation/away.yaml index 76c276da..0dbf80e5 100755 --- a/config/automation/away.yaml +++ b/config/automation/away.yaml @@ -8,7 +8,7 @@ trigger: - platform: state entity_id: binary_sensor.downstairs_nest_away - to: 'off' + to: 'on' - platform: state entity_id: group.family to: 'not_home' diff --git a/config/group/lights.yaml b/config/group/lights.yaml deleted file mode 100755 index e69de29b..00000000 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 40695575..0681ab36 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 ebc17998..3f9ba5bc 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