Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.1.0 #105

Merged
merged 6 commits into from
Mar 1, 2019
Merged

Update to 1.1.0 #105

merged 6 commits into from
Mar 1, 2019

Conversation

alandtse
Copy link
Owner

@alandtse alandtse commented Mar 1, 2019

Features:

Fixes:

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)

* Fix bug where last_update not updated

* Tweak turn_on and _off update logic

* Fix media position reporting
* Restructure of imports

* Add initial custom_components.json

* Update custom_components.json

* Fix selector error in alexa_media key

* Test resources for custom_updater

* Truncate event data to 32 chars (#89)

* Fix display of media position while playing (#92)

* Fix bug where last_update not updated

* Tweak turn_on and _off update logic

* Fix media position reporting

* Modify __init__.py to add __version__ per custom_updater

* Update version numbers
* Add additional logging for multiaccounts

* Fix bug where configurators where only allowed for one account

* Add initial last_called_update service

* Change last_called_changed to refresh all devices

* Add additional debugging on last_called

* Fix bug where existence check before adding devices failed
…method (#103)

* Skip verification configurator if no options found
* Fix tts bug with change to customer_id in API

* Change get_ functions to attributes

* Fix use of utcnow for media position update

* Convert remaining get call to attribute calls

* Force HA update upon state update

* Add storage of clusterMembership to AlexaClient class

* Perform initial pylint cleanup

* Update header with license

* Correct indentation
@alandtse alandtse merged commit 8b5af65 into master Mar 1, 2019
@alandtse alandtse deleted the next branch March 1, 2019 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment