-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Weather Warning ⛈ #36
Comments
Using feedparser to get weather warning via RSS from the met office 927017c There are 2 UI methods I use to both using custom integrations / front end from HACS. First method using Mushroom to show a chip:
When there is 1 or more entries in the RSS for my area, it will show a chip with the OpenWeatherMap. The other method is to use auto-entities to show when there is 1 or more events in the RSS:
It uses Mushroom template card to show the RSS warning message. The Mushroom template card gives more control so I have used a yellow background to highlight the weather warning message. |
Create weather warning alerts and maybe use it to drive some of the modes like the lockdown mode in #35
The text was updated successfully, but these errors were encountered: