Alexa Media Player Versions Save

This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.

v4.7.7

7 months ago

v4.7.7 (2023-10-08)

Build

  • build: pre-commit autoupdate

updates:

  • build: Update required version of wrapt (#2050) (383ac6c)

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

  • Merge pull request #2064 from custom-components/dev (1e28c9b)

  • Merge pull request #2063 from alandtse/dev (ba30ce1)

  • Merge pull request #2062 from alandtse/dev (4dfe25d)

v4.7.6

8 months ago

v4.7.6 (2023-09-30)

Fix

  • fix: bump alexapy to 1.27.4

Adds additional HTTP2 domains (9794b0a)

Unknown

  • Merge pull request #2048 from alandtse/dev (0e22b69)

v4.7.5

8 months ago

v4.7.5 (2023-09-30)

Documentation

  • docs: update localization (1753564)

  • docs: fix validate badge in readme (9bd0ffc)

Fix

  • fix: fix reconnect on http2 close (adbbf91)

Unknown

  • Merge pull request #2047 from alandtse/dev (f23fc18)

v4.7.4

8 months ago

v4.7.4 (2023-09-30)

Documentation

  • docs: update localization (6327d04)

Fix

  • fix: fix http2 push for non-NA domains

closes #1982 closes #1953 (b83bfff)

  • fix: fix unload error when entity_id None (d8f270e)

  • fix: Restore NOTIFICATION_CHANGE command (#2044)

  • Restore NOTIFICATION_CHANGE

Partial revert of 8f0dfa2 to restore NOTIFICATION_CHANGE functionality for timers and alarms.

  • style: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci


Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (a4f8499)

Unknown

  • Merge pull request #2046 from custom-components/dev

chore: release 2023-09-30 (b90221d)

  • Merge pull request #2045 from alandtse/dev

fix: fix http2 push for non-NA domains (aaf81a0)

v4.7.3

8 months ago

v4.7.3 (2023-09-29)

Build

  • build: fix precommit ignore (ca05a0a)

  • build: ignore changelog.md spelling (a5be5c7)

  • build: update precommit (823e952)

Documentation

  • docs: update localization (3bc121c)

Fix

  • fix: add http2 push to replace websocket

This should restore push updates.

Also includes dependency updates.

closes #1953 closes #1976 closes #1967 (a3dde7f)

Unknown

  • Merge pull request #2041 from custom-components/dev

chore: release 2023-09-29 (5833acc)

  • Merge pull request #2040 from alandtse/dev

fix: add http2 push to replace websocket (cfc723d)

v4.7.2

8 months ago

v4.7.2 (2023-09-22)

Documentation

  • docs: update localization (d430e7e)

  • docs: update localization (3e41767)

Fix

  • fix: create each subfolder for www/alexa_tts (#2034)

Create the root www folder before trying to create alexa_tts.

fixes #2032 (20cbfcd)

Unknown

  • Merge pull request #2036 from custom-components/dev

chore: release 2023-09-22 (ed7d047)

  • Merge branch 'master' into dev (a56374c)

v4.7.1

8 months ago

v4.7.1 (2023-09-15)

Documentation

  • docs: update localization (38f81e9)

Fix

  • fix: use native HA methods to create paths (#2025)

closes #2022 (1f60c0b)

v4.7.0

8 months ago

v4.7.0 (2023-09-15)

Build

  • build: pre-commit autoupdate (#1978)

  • build: pre-commit autoupdate

updates:

  • style: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci


Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (fe67b76)

  • build(deps-dev): bump gitpython from 3.1.31 to 3.1.34 (#2016)

Bumps gitpython from 3.1.31 to 3.1.34.


updated-dependencies:

  • dependency-name: gitpython dependency-type: indirect ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (4c97df8)

Chore

  • chore: release 2023-09-14 (af99698)

Documentation

  • docs: update localization (62a477d)

Feature

  • feat: Add support to tts.cloud_say (#2014)

  • Add support to tts.cloud_say

  • style: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

  • Fixed pre-commit validations

  • style: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

  • Fixed pre-commit validations

  • style: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

  • Comment as first method statement

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (a31e05f)

v4.6.5

11 months ago

Fix

v4.6.4

1 year ago

Fix

  • Fix unbound account variable (3867a54)
  • Bump alexapy to 1.26.8 (0c65b41)