From eab0a507b7f19925f751b4277195d7c2b5c0c0b9 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 4 Mar 2026 05:57:32 -0500 Subject: [PATCH 1/3] Temp fixes until Weatherflow Forecast integration is fixed --- packages/custom_weather.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index ab55d3a..6d8c82c 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -699,10 +699,10 @@ template: {% endif %} - name: "Lightning Warning" unique_id: edaddfc4-f7f0-4d75-aada-a2c588afe029 - state: "{{ states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour') | int > 0 }}" + state: "{{ states('sensor.blitzortung_lightning_counter') | int > 0 }}" device_class: safety attributes: - current_strikes: "{{ states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour') | int }}" + current_strikes: "{{ states('sensor.blitzortung_lightning_counter') | int }}" icon: "{{ 'mdi:flash-alert' if states('sensor.blitzortung_lightning_counter') | int > 0 else 'mdi:flash-outline'}}" - name: "Audible Weather Alerts Allowed" unique_id: 03851823-32d5-44c1-af42-256fcd922069 From eef92467de6a07d37245bb6d6ad1d907885938dd Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 5 Mar 2026 02:19:55 -0500 Subject: [PATCH 2/3] Temp disable animated_scenes --- packages/integrations.yaml | 2 +- packages/lighting_and_scenes.yaml | 90 +++++++++++++++---------------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/packages/integrations.yaml b/packages/integrations.yaml index ca5b5b5..93a6e09 100644 --- a/packages/integrations.yaml +++ b/packages/integrations.yaml @@ -57,6 +57,6 @@ pyscript: allow_all_imports: true hass_is_global: true -animated_scenes: +# animated_scenes: grad_vol: \ No newline at end of file diff --git a/packages/lighting_and_scenes.yaml b/packages/lighting_and_scenes.yaml index 159ea85..35d2460 100644 --- a/packages/lighting_and_scenes.yaml +++ b/packages/lighting_and_scenes.yaml @@ -822,51 +822,51 @@ template: mdi:lightbulb {% endif %} -switch: - - platform: animated_scenes - name: Christmas - restore: False - restore_power: False - ignore_off: False - lights: - - light.front_porch_light - colors: - - color_type: rgb_color - color: [255,0,0] - brightness: 255 - - color_type: rgb_color - color: [0,255,0] - brightness: 255 - transition: 10 - change_frequency: 60 - change_amount: all - change_sequence: True - animate_brightness: True - animate_color: True - - platform: animated_scenes - name: Christmas Day - restore: False - restore_power: False - ignore_off: False - lights: - - light.living_room_color_1 - - light.living_room_color_2 - - light.living_room_color_3 - - light.tina_lamp_top - - light.tina_lamp_side - colors: - - color_type: rgb_color - color: [255,0,0] - brightness: 255 - - color_type: rgb_color - color: [0,255,0] - brightness: 255 - transition: 1 - change_frequency: 5 - change_amount: 3 - change_sequence: False - animate_brightness: True - animate_color: True +# switch: +# - platform: animated_scenes +# name: Christmas +# restore: False +# restore_power: False +# ignore_off: False +# lights: +# - light.front_porch_light +# colors: +# - color_type: rgb_color +# color: [255,0,0] +# brightness: 255 +# - color_type: rgb_color +# color: [0,255,0] +# brightness: 255 +# transition: 10 +# change_frequency: 60 +# change_amount: all +# change_sequence: True +# animate_brightness: True +# animate_color: True +# - platform: animated_scenes +# name: Christmas Day +# restore: False +# restore_power: False +# ignore_off: False +# lights: +# - light.living_room_color_1 +# - light.living_room_color_2 +# - light.living_room_color_3 +# - light.tina_lamp_top +# - light.tina_lamp_side +# colors: +# - color_type: rgb_color +# color: [255,0,0] +# brightness: 255 +# - color_type: rgb_color +# color: [0,255,0] +# brightness: 255 +# transition: 1 +# change_frequency: 5 +# change_amount: 3 +# change_sequence: False +# animate_brightness: True +# animate_color: True #! Unless there is a good reason, do not define multi-room scenes below. #! Use scripts instead, to avoid some straight-up haunted house bullshit... From 71c4affd3cbb0f6ed04d47c3ef7117b4f9cb41b1 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 6 Mar 2026 05:46:24 -0500 Subject: [PATCH 3/3] Revert Weatherflow fixes as integration appears to work now --- packages/custom_weather.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index 6d8c82c..ab55d3a 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -699,10 +699,10 @@ template: {% endif %} - name: "Lightning Warning" unique_id: edaddfc4-f7f0-4d75-aada-a2c588afe029 - state: "{{ states('sensor.blitzortung_lightning_counter') | int > 0 }}" + state: "{{ states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour') | int > 0 }}" device_class: safety attributes: - current_strikes: "{{ states('sensor.blitzortung_lightning_counter') | int }}" + current_strikes: "{{ states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour') | int }}" icon: "{{ 'mdi:flash-alert' if states('sensor.blitzortung_lightning_counter') | int > 0 else 'mdi:flash-outline'}}" - name: "Audible Weather Alerts Allowed" unique_id: 03851823-32d5-44c1-af42-256fcd922069