Skip to content

Releases: alandtse/alexa_media_player

v4.10.0

06 May 03:22
Compare
Choose a tag to compare

Feature

  • Add SONOFF ZBMINI Extreme Zigbee switches (e3da18b)
  • Add support for non-Amazon switches and plugs (#2204) (2344bcf)

Fix

Documentation

v4.9.2

13 Feb 01:42
Compare
Choose a tag to compare

Fix

v4.9.1

11 Feb 20:01
Compare
Choose a tag to compare

Fix

  • Fix deprecated light constants and change to kelvin (#2183) (ab5f05d)
  • Fix deprecated alarm_control_panel constants (#2182) (1ed903b)

Documentation

v4.9.0

30 Dec 06:28
Compare
Choose a tag to compare

Feature

v4.8.2

30 Dec 05:42
Compare
Choose a tag to compare

Fix

  • Fix media player supported features for HA beta (#2150) (8d18e2a)

v4.8.1

19 Dec 05:51
Compare
Choose a tag to compare

Fix

v4.8.0

29 Nov 09:47
Compare
Choose a tag to compare

Feature

  • Add Sengled Bluetooth bulbs to local Bluetooth check (#2120) (e1caa36)

Fix

  • Bump alexapy to 1.27.10 (95c97ac)

Documentation

v4.7.9

05 Nov 20:32
Compare
Choose a tag to compare

Fix

v4.7.8

05 Nov 00:42
Compare
Choose a tag to compare

Fix

Documentation

v4.7.7

08 Oct 01:11
Compare
Choose a tag to compare

v4.7.7 (2023-10-08)

Build

  • build: pre-commit autoupdate

updates:

Fix

  • fix: bump alexapy 1.27.6

closes #2059 (1b48a38)

  • 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)

Unknown