weatheralerts v2026.1.0 #92
Replies: 4 comments 12 replies
-
|
I have been following along with the pre-release versions and just pulled 2026.1.0 with HACS. Is the newest code in Github? The timestamps show two weeks ago. After HA restart I don't notice any changes to the integration from what I already had: In looking at the Entity, it is named sensor.weatheralerts_zonename_zoneID_CountyID (I think), not just sensor.weatheralerts as expected in the sample automations and dashboards. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, the newest code is in Github. If you installed manually prior to the release, there were some updates to en.json translations and how the integration pulls them translation strings from the file. Those changes were not really bug fixes to fix something broken and they didn't change the functionality of the integration. Those final changes just made the en.json structurally correct the way Home Assistant wants it so it passes the Home Assistant hassfest github action that checks custom components for proper data, structure, and standards compliance. If you pulled with HACS, then you are fully up-to-date. That is correct about the sensor name. In the automation and dashboard examples, you have to change |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for offering this to the community. really like it and ability to get key alerts as a "Card". is there a way to trigger thru automation a way to get either the weather alert summary or details via email? i use automation to trigger to email or cell other notifications but not sure how to do it for weather alerts e.g. the follow summary advisory below today Scottsdale/Paradise Valley (AZZ546,AZC013) |
Beta Was this translation helpful? Give feedback.
-
|
I have the automation as a `package`. I've never done it, but if you do
the automation > edit yaml and paste in the code, you may be able to just
delete the line `automation:` from the code and be good to go (with your
notifier and weather location changes). You may also wish to change the
`id:` and `alias:` to match your location.
Me, I'd put it in your automations.yaml file that I presume you have
included in your configuration.yaml as `automation: !include
automations.yaml`
In this case, again, remove the `automation:` line, etc. But, you will
also have to ensure that the indentation matches the indentation of other
automations already in that file. You may need to remove the two leading
spaces from every line in the automation. Not hard depending on your
editor..
…On Sat, Apr 25, 2026 at 8:44 AM Earth7777 ***@***.***> wrote:
really appreciate your help.. where do i save the new automation script? i
tried creating a new automation (in settings), edit YAML, paste the code
and replaced sensors/notifier but i got an error when i try to save
"Message malformed: extra keys not allowed @ data['automation']"
instead should i be saving the code to /homeassistant/automations.yaml
(append to the bottom of file) or somewhere else?
thank you
—
Reply to this email directly, view it on GitHub
<#92 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL2THYUMZ6XD7R36QWPWJMT4XTMNNAVCNFSM6AAAAACTM3SBE6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMNZRGI2DSNY>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AL2THYXWQNL7HVOJUXGLVF34XTMNNA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNRXGEZDIOJXUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSVGM33PORSXEX3JN5ZQ>
and Android
<https://github.com/notifications/mobile/android/AL2THYTJLLYSWAVFZDEVVE34XTMNNA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNRXGEZDIOJXUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>.
Download it today!
You are receiving this because you commented.Message ID:
<custom-components/weatheralerts/repo-discussions/92/comments/16712497@
github.com>
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Weather Alerts v2026.1.0
Release date: January 30, 2026
This release introduces breaking changes to how the Weather Alerts integration is configured.
If you are upgrading from a previous version, do not update until you have reviewed the information below.
Breaking Changes and Deprecations
UI-Only Configuration
No manual migration steps are required, but you should verify your configuration after updating.
YAML Package Deprecation
If you are currently using a Weather Alerts YAML package:
What You Should Do Before Updating
Review the updated README:
https://github.com/custom-components/weatheralerts/blob/master/README.md
Review installation and configuration documentation:
https://github.com/custom-components/weatheralerts/blob/master/documentation/installation.md
https://github.com/custom-components/weatheralerts/blob/master/documentation/configuration.md
If you previously used YAML configuration or YAML packages:
Summary of Changes in 2026.1.0
This release is a major update to the Weather Alerts integration, introducing built-in alert tracking for use with persistent notifications, improved configuration options, expanded documentation, and a fully UI-driven configuration experience.
New Features
Persistent alert tracking
new,old,delete)Improved error handling
Configurable update behavior
Optional alert deduplication
Custom alert icon configuration
Expanded zone support
Improvements
Documentation
Full documentation, examples, and troubleshooting guides:
https://github.com/custom-components/weatheralerts/tree/master/documentation
Notes for Existing Users
Support
If you encounter issues after upgrading:
Issue tracker:
https://github.com/custom-components/weatheralerts/issues
This discussion was created from the release weatheralerts v2026.1.0.
Beta Was this translation helpful? Give feedback.
All reactions