@keatontaylor
We are pleased to announce that we have officially pushed version 1.0.0 to the master branch. This requires HA 0.88.0 and greater. If you have an older version of HA you will need to use the old branch which is 0.10.2. We do not plan any more updates to that older branch.
Please note, there are breaking changes including the need to change your configuration.yaml.
Please follow the migration instructions completely.
We fixed a bunch of outstanding bugs and added features including:
Volume control regardless of playing state
Multiple accounts.
Alexa sequence and routine support.
Reduced the frequency of polling by primarily only polling playing devices and reducing the keep alive poll. This will avoid flooding Amazon particularly with those with multiple devices. Please note you may have to interact with your device with your voice or in HA for the media player to start refreshing again.
Moving forward:
We continue to work on getting this ready for HA inclusion. We will be creating a notification component (Announce, TTS, App push) and will in the future deprecate the media_player.alexa_tts service in favor of the notify service.
As always, please use the the Wiki and FAQ if you need instructions or have questions. Also, we appreciate any help in documenting features since this thread is basically unsearchable now. We also use GitHub for bug reports/feature requests.
Just a little note: When you update to 1.0.0 you wil probably get new entities with the ending_2
so if it was media_player.X it will become media_player.X_2. Delete those entities in .storage or in the new section in home assistant and restart to get your old entity names again. This way you don’t have to cahnge your automations to the new names.
This might be obvious for most users, but maybe not for new ones.
So now it’s also possible to change the volume when its in idle/standby mode?
Nevermind, just tried it, It works, very nice, this way we can get rid of the silence song title.
I can control the volume iusing the services in the dev tools tabs. But is it also possible to see the volume bar in the mediaplayer card, even when its in standby?
hi guys in the instructions it says add it to the config but i have mine broke out can i add it ot the media_player.yaml file and if so is it set out the same as the instructions say?
While previous version worked fine now I found this error:
2019-02-23 21:24:51 ERROR (MainThread) [homeassistant.setup] Error during setup of component alexa_media
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 154, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/alexa_media/__init__.py", line 63, in setup
from alexapy import AlexaLogin
ModuleNotFoundError: No module named 'alexapy'