Breaking
- Legacy login and options have been removed. These options resulted in degraded operations and generated extra support requests. You will be forced to relogin if an older method is detected. (
ee724ab
)
Fix
- Catch httpx.ConnectError during proxy (
96bbd55
) - Treat lack of mac_dms as login failure (
d7c9a8c
) - Handle unknown recurring patterns (
92bab7c
) - Use non-deprecated async_get (
113b5e2
) - Ignore PUSH_MEDIA_PREFERENCE_CHANGE (
0dbcddf
)
Documentation
- Update localization (
d5bbfd0
) - Change Homeassistant to Home Assistant (#1597) (
90037ed
) - Update HACS url (#1596) (
d9d119a
)
Refactor
- Remove legacy login options (
ee724ab
)