Skip to content

Releases: alandtse/alexa_media_player

v3.6.2

24 Jan 21:11
Compare
Choose a tag to compare

Fix

  • Add delay on consecutive service updates (7ec02a8)
  • Fix missing target devices (a2fff11)

v3.6.1

24 Jan 07:46
Compare
Choose a tag to compare

Fix

  • Fix announce for second account (14c9a12)

v3.6.0

24 Jan 06:47
Compare
Choose a tag to compare

Feature

  • Add last_called notify service target (d3e35c2)

Fix

  • Fix deregistration for duplicate HA uuids (556d771)
  • Update last_called only if changed (545783a)

v3.5.2

23 Jan 22:19
Compare
Choose a tag to compare

Fix

  • Bump alexapy to 1.22.2 (fe97afe)
  • Fix abort message on login failure (c367a6e)
  • Fix config flow abort with failed proxy login (07c0868)

v3.5.1

23 Jan 04:25
Compare
Choose a tag to compare

Fix

  • Handle amazon malformed activities output (62c3180)
  • Fix target matching for secondary accounts (2e66fbd)

Documentation

Refactor

  • Remove unused random dependency (2729ca6)

v3.5.0

18 Jan 06:11
Compare
Choose a tag to compare

Feature

  • Add ability to select non-oauth login (8f78709)
  • Add last_called_summary attribute (79f23f7)
  • Enable proxy logins (80114ee)

Fix

  • Change to single notify service (2298d51)
  • Add auto submit limit for valid email error (18558aa)
  • Register events after initial setup (4a8fa41)
  • Fix oauth processing for login (43d5432)
  • Iterate uuid for multiple accounts (16d7acf)
  • Fix entity name for unload (717b7f7)
  • Fix unbound alexa_client use case (9c0a686)
  • Fix key errors from unloading (bf6e613)
  • Add changing unique_id for secondary accounts (fbd1e12)
  • Check for existence of data before unload (5001e94)
  • Fix type error for solo components (3c99f03)
  • Add lock entry (dad2a17)
  • Add logic to avoid reloading config entry (5f7cb1d)
  • Allow resuming of login session after testing (252e133)
  • Fix detection of action required page (c082938)
  • Allow proxy for action_required (6bd1c64)
  • Pop hass_url (d671288)
  • Add http prerequisite (e513187)
  • Fix otp registration to require confirmation (0a001f1)
  • Use lock to stagger account loading (8320df8)

Performance

  • Remove extraneous notification call (b47988f)

Refactor

  • Update debug statements for consistency (7b88105)
  • Add debug for alarm_control_panel start (56671e3)
  • Add more debugging to unload (173807f)
  • Reduce number of startup log display (5c63951)

v3.4.8

08 Jan 08:51
Compare
Choose a tag to compare

Fix

  • Fix registration with amazon.com.au (7fff067)

v3.4.7

06 Jan 06:35
Compare
Choose a tag to compare

Fix

  • Change coordinator update to null operation (dfc53cc)

v3.4.6

06 Jan 04:15
Compare
Choose a tag to compare
v3.4.6 Pre-release
Pre-release

Fix

  • Fix cookie exchange during oauth refresh (d508a0c)
  • Allow devices with notification capability (0b88157)
  • Use sync callback for update coordinator (2185a86)
  • Create login if login session closed (47bbfc4)
  • Catch login error on guard init (d8c5399)
  • Fix keyerror unloading config_flows (23f5aff)
  • Fix multie account reauth notification (af9aaae)
  • Fix events processing to be account specific (81a87c4)
  • Fix erroneous available on websocket event (5860905)

v3.4.5

02 Jan 09:39
Compare
Choose a tag to compare

Fix

  • Fix generation of deviceid for oauth signin (1e3a362)
  • Show login failure with error page detection (4574e00)

Refactor

  • Reduce number of automatic otp retries (d8a63f8)