Skip to content

Releases: alandtse/alexa_media_player

1.2.3 03/19/2019

20 Mar 05:21
31c2cb9
Compare
Choose a tag to compare
  • Fix bug where polling would not resume after websocket failure (resolves #128)
  • Update to alexapy 0.4.2 (resolves #127)

1.2.2 03/17/2019

17 Mar 09:53
bd48da1
Compare
Choose a tag to compare

Fixes:

  • Fix bug where emulated_hue and other smart home device routines failed. (resolves #123)
  • Fix bug where Alexa devices that came online later were not properly updated. (resolves #125)

Changes:

  • Add websocket support (resolves #119) - This allows us to remove most polling and rely on push notifications from Amazon. This also means that media_players should update regardless of how or where you interact with them as last_called should update immediately. As a result alexa_media.update_last_called service may no longer be required. Prior polling methods remain as a fallback mechanism if websocket can't connect which may be based on region. No additional configuration is needed.
  • Update to alexapy 0.4.0 (websocket support)
  • Remove alexapy submodule from repo

1.2.1 03/12/2019

13 Mar 04:05
8dbd8f5
Compare
Choose a tag to compare

Fixes:

  • Fix bugs related to generation of targets for announce (resolves #114, #117, #118)

1.2.0 03/12/2019

13 Mar 02:35
4b9701f
Compare
Choose a tag to compare

Features:

  • Add notification service. (resolves #51)

Changes:

  • Update to alexapy 0.3.0 (announce/mobile push)

Deprecation Warning:
media_player.alexa_tts will be deprecated in the next version. Please use the notify.alexa_media service.

v1.1.0

07 Mar 07:00
8b5af65
Compare
Choose a tag to compare

Features:

Custom_updater support (resolve #58)
alexa_media.update_last_called service to allow manual update of last_called (resolve #83)
Fixes:

Entry too long database errors (resolve #88)
Display of media position while playing (resolve #91)
Routines failing if only one step or presence of non_utterance routines (resolve #90)
Configurator failure if no verification options available (resolve #101)
TTS failure with multiple accounts (resolve #86)
Configurator only able to configure one account per restart (resolve #98)
Multiple last_called devices for same account (resolve #97)
Changes:

Additional polling on detection of a voice event to handle case where command would be to play on other devices
More debugging
Update to alexapy 0.2.1 (fixes and announce/mobile push)

v0.10.2

07 Mar 07:15
cfa34c8
Compare
Choose a tag to compare

Fix for HA 0.88.0 architecture change (#77)