Skip to content

Releases: alandtse/alexa_media_player

v4.3.0

31 Oct 23:24
Compare
Choose a tag to compare

Feature

v4.2.0

29 Oct 05:20
Compare
Choose a tag to compare

Feature

Fix

  • Handle None responses in clear_history (52b1c6e)
  • Handle key errors due to bad alexa responses (5788ab8)

Documentation

v4.1.2

07 Sep 07:46
Compare
Choose a tag to compare

Fix

  • Check for missing hass_url during auto reauth (7d181a3)
  • Fix reauth caused by bad amazon response (58af5b3)

v4.1.1

05 Sep 00:47
Compare
Choose a tag to compare

Fix

  • notify: Improve message for missing keys (c2ce6a4)
  • Fix unnecessary reauth if 500 error detected (a8aab6b)
  • Ignore missing async_remove_listener (06626dc)
  • Fix temperature showing in Celsius (#1682) (13afaa8)

Documentation

v4.1.0

21 Jul 06:14
Compare
Choose a tag to compare

Feature

  • Allow skipping of proxy warning (5ed2082)

Documentation

Refactor

  • Replace hard coded strings (a08cc04)

v4.0.3

26 Jun 02:33
Compare
Choose a tag to compare

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

Refactor

v4.0.2

04 Jun 05:58
Compare
Choose a tag to compare

Fix

  • Store and reuse mac_dms between sessions (d663209)

Documentation

v4.0.1

29 May 17:44
Compare
Choose a tag to compare

Fix

  • Remove CONF_OAUTH_LOGIN calls (139fded)

v4.0.0

29 May 06:50
Compare
Choose a tag to compare

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

Refactor

  • Remove legacy login options (ee724ab)

v3.11.3

28 Apr 23:43
Compare
Choose a tag to compare

Fix

Documentation