Releases: alandtse/alexa_media_player
1.3.0
06/22/2019
Features:
- Add Alexa Guard mode support as an alarm_control_panel. Use ARM_AWAY to enable. (resolves #186)
- Add HACS support. We will deprecate custom_updater shortly; please migrate. Thanks @xatr0z (resolves #201)
Fixes:
- Remove async references (resolves #171)
- Fix bug where announce did not work for multiple accounts (resolves #210)
- Add further existing entity checks (resolves #180)
- Add additional websocket reconnect logic (resolves #181)
Changes:
- Deprecated
media_player.alexa_tts
service removed. - Update to alexapy 0.7.0
1.2.5 04/30/2019
1.2.4 04/08/2019
Features:
- Add automatic target generation for notify component service
Fixes:
- Fix bug where existing media players would be added again on reconnect (resolves #136)
- Fix bug where routines would not be found when many routines exist (resolves #145)
Changes:
- Update online/active based on DOPPLER_STATE_CHANGE from websockets (resolves #133)
- Update bluetooth state based on websockets (resolves #135)
- Update new devices based on websockets
- Change notify component to autoload - You may have to remove existing notify configuration to avoid _2 service
- Add dev branch to custom_updater (resolves #143)
- Update to alexapy 0.4.3 (resolves #145)
1.2.3 03/19/2019
1.2.2 03/17/2019
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 resultalexa_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
1.2.0 03/12/2019
v1.1.0
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)