1.25.0
What's Changed
💥 Breaking changes
- Remove all hacs/* events in favour of dispatcher and WS subscriptions by @ludeeus in #2621
- Set Home Assistant 2022.4.0 as minimum version by @ludeeus in #2672
🛎️ Experimental
These changes only apply if you have enabled experimental features
- Add progress attribute to update entity by @ludeeus in #2625
- Enable experimental downloader for all categories by @ludeeus in #2626
- Do not add sensor attributes if update entities are enabled by @ludeeus in #2628
✨ New features
⚡ Enhancements
- Use atomic_writes when storing data by @ludeeus in #2619
- Add filtering to releasenotes by @ludeeus in #2683
♻️ Refactor
- Use async_at_start helper for startup task by @ludeeus in #2620
- Remove update coordinator by @ludeeus in #2622
- Refactor setup tasks by @ludeeus in #2623
- Refactor remaining tasks by @ludeeus in #2624
- Do not load validators outside of action by @ludeeus in #2627
- Repositiry data cleanup by @ludeeus in #2629
- Limit writes by @ludeeus in #2630
- Move version_to_download to Repository base class by @ludeeus in #2633
- fix typo by @RubenKelevra in #2649
- Fixed a typo in debug logging for queue_manager by @MWeesenaar in #2664
🎨 Frontend Updates
- Fix add repo dialog by @ludeeus in hacs/frontend#592
- Consistant entry page styles by @ludeeus in hacs/frontend#591
- Move releasenotes filter to backend by @ludeeus in hacs/frontend#590
- update restart text to reflect changes in navigation for HA 2022.5.0 by @RubenKelevra in hacs/frontend#584
- Add outline to entry cards by @ludeeus in hacs/frontend#586
- Forward keys to trigger quickbar by @ludeeus in hacs/frontend#587
- Remove icon next to add-on entry by @spacegaier in hacs/frontend#579
- Use new websocket subscription instead of events by @ludeeus in hacs/frontend#582
New Contributors
- @RubenKelevra made their first contribution in #2649
- @MWeesenaar made their first contribution in #2664
- @spacegaier made their first contribution in hacs/frontend#579
Full Changelog: 1.24.5...1.25.0