Skip to content

Releases: alandtse/alexa_media_player

v3.2.0

02 Oct 07:01
Compare
Choose a tag to compare

Feature

  • Add notification events (6332750)
  • Add process_timestamp attribute to notification sensors (#966) (c4a6df5)
  • Add timer for play_music (801bb80)

Fix

  • Improve dnd sync (5805a0b)
  • Allow switches to poll to sync (3304726)
  • Update ha state even if skip_api called (9ea414b)
  • Refresh media players with main update (d28213a)
  • Save cookies_txt into configuration (c74824e)
  • Ignore PUSH_DEVICE_SETUP_STATE_CHANGE (56e020f)

Performance

  • Memoize notification state (4b71769)

Refactor

  • Reduce false positive for dnd changes (079b554)
  • Update logs to be more clear (9bfb96e)
  • Remove unused _state variable (26c5ac3)
  • Switch to self.async_write_ha_state() (634a7a9)

v3.1.2

28 Sep 23:52
Compare
Choose a tag to compare

Fix

v3.1.1

28 Sep 02:17
Compare
Choose a tag to compare

Fix

  • Detect login changes with alarm/switches (c567d40)

v3.1.0

27 Sep 21:42
Compare
Choose a tag to compare

Feature

  • Add parameter loading of cookies.txt (5d69175)

Fix

  • Update to alexapy 1.15.1 (f18fe6e)
  • Catch login errors for bluetooth/lastcalled (51ec251)
  • Await sleep calls (0423bd8)
  • Fix errors in nb.json (0ec8b53)
  • Really fix strings.json syntax (3d0a330)
  • Fix string.json syntax (ac128eb)
  • Update strings.json to remove title key (#946) (2488126)

Documentation

v3.0.1

27 Sep 00:04
Compare
Choose a tag to compare

Fix

v3.0.0

14 Sep 01:40
Compare
Choose a tag to compare

Fix

  • Replace html with double space (bbd166b)
  • Replace \n with <br /> (f82982c)
  • Shorten event names (0d04560)
  • Provide blank message for errors (b1647ef)

Breaking

  • Events have had their names shortened. Please check the wiki for details. (0d04560)

Documentation

v2.11.2

08 Sep 04:03
Compare
Choose a tag to compare

Fix

  • Add packaging dependency (22db07c)

v2.11.1

08 Sep 02:30
Compare
Choose a tag to compare

Fix

Documentation

v2.11.0

06 Sep 09:30
Compare
Choose a tag to compare

Feature

  • Add force_logout service (fe057fb)

Fix

  • Fix multiple discovered integrations (793ee06)
  • Fix lint error on media_image_url (e0b10a4)
  • Add resilience to websocket_enabled check (3b6ed97)
  • Delay login attempt until user interaction (0e59865)
  • Update options data only if new (e7840f5)

v2.10.6

29 Aug 18:55
Compare
Choose a tag to compare

Fix