Releases: alandtse/alexa_media_player
Releases · alandtse/alexa_media_player
v4.10.0
Feature
- Add SONOFF ZBMINI Extreme Zigbee switches (
e3da18b
) - Add support for non-Amazon switches and plugs (#2204) (
2344bcf
)
Fix
- Fix deprecation of async_add_job (#2250) (
f27fa6e
) - Fix instance_id deprecation (#2249) (
fc75879
) - Fix hass.component.group deprecation. (#2248) (
1c638a2
)
Documentation
- Update localization (
704fb48
)
v4.9.2
v4.9.1
v4.9.0
v4.8.2
v4.8.1
v4.8.0
v4.7.9
v4.7.8
v4.7.7
v4.7.7 (2023-10-08)
Build
- build: pre-commit autoupdate
updates:
Fix
- fix: bump alexapy 1.27.6
- fix: try to refresh tokens when http2 auth error
The http2 stream is sensitive to auth token errors. Instead of declaring
a bad login immediately, include one attempt to refresh auth tokens.
This may help reduce the frequency of reauth requests but is not
guaranteed. (4accda1
)