Snuffy2
Snuffy2
Fixes #125
Removes the need for separate package, automations, scripts, variable, etc. Will send NWS Alerts directly from the integration. Selection of the alert types and where to send them is part...
Changes to use `async_forward_entry_setups` instead https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/ Fixes #82
https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/
Fixes #271
Fixes #258 https://developers.home-assistant.io/blog/2024/03/30/deprecate-hass-helpers/
Moving from YAML to Config Flow to setup the Animated Scenes switches. - Existing YAML animated scenes will import into the Config Flow - In the Config Flow, users can...
Apple ID get's locked every 1-3 days and ic3 often fails at startup even when account is not locked
I'm reporting these together as I suspect they are related. I have several apple devices linked to my apple ID but I think that ic3 is the only non-apple thing...
Using the GitHub Action, is there any way to exclude the Pre-releases from the Changelog?
### The problem Following the instructions here: https://developers.home-assistant.io/docs/dev_101_services/#service-action-description-example I added a collapsible section to my services. Now hassfest is giving an error saying extra keys are not allowed. However, these...