Skip to content

Releases: alandtse/alexa_media_player

v2.5.7

21 Mar 05:41
Compare
Choose a tag to compare

Fix

  • Bump alexapy to 1.5.2 (a72571c)
  • Fix next timer for recurrence alarms (605e168)
  • Quote pandora media urls (2ff9e9a)

Documentation

  • Update feature request form (11f6c34)

v2.5.6

01 Mar 07:29
Compare
Choose a tag to compare

Fix

  • bump alexapy to 1.5.1

v2.5.5

18 Feb 07:26
Compare
Choose a tag to compare

Fix

  • bump alexapy to 1.5.0 (d7155bb)
  • ignore PUSH_CONTENT_FOCUS_CHANGE (48cfc2c)
  • allow passing of kwargs for async_send_tts (1dc1e77)
  • load found devices when load delay required (0157ebe)

Documentation

Performance

  • use asyncio.gather instead of for loop (9218756)
  • change convert to sync (a55d309)

v2.5.4

24 Jan 10:10
Compare
Choose a tag to compare

Fix

  • properly localize timers (b6fbdff)

v2.5.3

22 Jan 02:30
Compare
Choose a tag to compare

Fix

  • fix timer drifting (37c8f68)
  • address push for shopping list changes (3325fa1)
  • handle older alarm format (a88c746)
  • round timers and reminders to nearest second (1671c8b)
  • fix function documentation (d3538f2)
  • hide entities from UI (d290039)
  • add device_class (016c22e)
  • avoid creation of unusable switches (cd27bb9)
  • enable DND updates on proper websocket (16e4b2c)
  • enable polling on update_devices changes (dfe07f2)
  • address PUSH_DELETE_DOPPLER_ACTIVITIES (8788ff3)

v2.5.2

17 Jan 04:43
Compare
Choose a tag to compare

Fix

  • fix last_called not set false (4703697)

v2.5.1

16 Jan 04:33
Compare
Choose a tag to compare

Fix

  • bump to alexapy 1.4.2
  • fix unload of notify
  • fix HACS installation/update with zip_release

v2.5.0

15 Jan 08:53
Compare
Choose a tag to compare

Feature

  • expose last_called time stamp (99cd21a)

Fix

  • bump alexapy to 1.4.1 (bcd8bb5)
  • fix clearing of data on state change (4f05988)
  • enable detection of offline devices (3bd8045)
  • fix refresh handling based on websocket commands (f795e78)
  • allow volume set regardless of play_state (1ff35cf)
  • set proper last_update on init (69e7d80)
  • fix repeat update (658773d)
  • fix shuffle state update (26b1966)
  • fix early refresh on play_state (15e58d1)
  • check for AttributeError timezone (84b4c61)
  • fix bluetooth discovery logs (804e1c2)
  • force state update on init (499f8ed)
  • fix WHA where volume null (330895c)
  • fix offline child (41c9ba4)
  • fix refresh of WHA children (e0f7df1)

Performance

  • only update auth on new_devices (37cafaf)
  • stop unnecessary event processing (6c8d52e)
  • add break to for loops once item discovered (82f8af2)

v2.4.1

02 Jan 00:38
Compare
Choose a tag to compare

Fix

  • add check for loaded parent (951230d)

v2.4.0

31 Dec 08:25
Compare
Choose a tag to compare

Feature

  • add alexa sound to play_media (3dc51f8)

Fix

  • handle media without lemurVolume (de3a05d)
  • remove unncecessary refresh (35bc743)
  • fix propagation of whole audio groups (9677d27)
  • add PUSH_MEDIA_CHANGE to disable refresh (3b5c5f1)
  • add additional catches for login errors (89a057b)