Releases: alandtse/alexa_media_player
Releases · alandtse/alexa_media_player
v4.3.0
v4.2.0
v4.1.2
v4.1.1
v4.1.0
v4.0.3
Fix
- sensor: Inherit from SensorEntity (
c28b8ef
) - Fix forced relogin using configuration.yaml (
a006bcc
) - notifications: Handle new recurrence rules (
2c70eda
) - Bump alexapy==1.26.1 (
56a1633
) - Address potential race condition with last_called (
f197307
)
Documentation
- Update localization (
bc0ddbb
)
Refactor
- Add next_alarm label (
33f5d4c
)
v4.0.2
v4.0.1
v4.0.0
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
)