No spaces needed, but I’ll test some more and make sure there isn’t an issue with the first captcha
I tried entering the captcha 3 -4 time before trying the above. The very next time it took.
@keatontaylor Great work by the way, this has filled a very glaring hole for us Echo / Home Assistant users!
The same was happened here
Do you have any advice on how to uninstall the add-on from Hass.IO. There have been a few posts from other users with the same issue but we have not received any response.
I hope you have an idea. I have shared my error-log as well (earlier post)
thanks a lot
I’m sorry that I haven’t responded. The reason the add-on will not uninstall is due to an error on my part when setting up the labels within the add-on docker image. Unfortunately the steps to remove require logging into the HassIO machine and editing then addon.json file within the /resin-data/hassio folder and removing all references to the alexa-api add-on.
The solution I am working on now is giving everyone who is having an issue a dummy update that simply adds the label needed for uninstall to work correctly.
UPDATE - Ability to invoke playback from home assistant
Preliminary version 0.7 is out on my GitHub. This isn’t done yet, so I’ve put it in a feature branch which you can find here: [https://github.com/keatontaylor/custom_components/blob/play_media/media_player/alexa.py]
I’m sorry that I have not have time to squash some of the bugs related to the component not working across the globe, but that will happens soon. What I did want to do is get this out because I was excited about this. It is not 100% yet but with the 0.7 version you should be able to use the media_player.play_media service to instruct the echo devices to play a song of your choice.
The parameters are as follows:
{
“entity_id”: “media_player.bedroom_echo”,
“media_content_id”: “Pumped up Kicks”,
“media_content_type”: “AMAZON_MUSIC”
}
Currently known media content types:
AMAZON_MUSIC, SPOTIFY, PANDORA, TUNEIN, I_HEART_RADIO
For the media_content_id you can provide it an artist name, album title, playlist, etc. Essentially type the command for this field as what you would speak to Alexa to get her to play the song, minus the content provider which is supplied by media_content_type.
Thanks for the quick response
tested this and it also works
I am too stuck after the update. Looking forward to the addon which allows us to uninstall it so I can start fresh and get back to loving my TTS with Alexa
Did this version fix the captcha issue?
@keatontaylor I’m having an issue where I can not seem to rename the echo devices.
I have installed a new echo plus, and moved one to another room since starting to use this addon, but HA continues to display it as media_player.jasons_echo_plus
even though I have renamed it in the Alexa app to ‘Lounge’.
I have deleted the alexa.py and __pycache__
files, rebooted, and started again, changed the name in known_devices.yaml
. No luck, stays with the same name.
Any idea where it is caching the name/s so I can delete the cache? Thank in advance.
Change the name from alexa app. Then ha will see the same name you given in alexa app.
Once you rename the device from alexa app. Then in ha delete your alexa from pycache again and restart ha.
New captcha will prompt. put in then all your alexa devices will be in ha.
I have done all those things, that wasn’t the issue.
I’ve worked it out I think. I’ve only just started using Docker and didn’t realize the entity_registry.yaml
file held names unless manually changed.
My alexa devices show in entity_id as media_player in ha frontend, but none show in entity_registry.yaml
Hello
I kind of messed up I think when trying to install this. I added the Hassio add-on then saw the update note. So I added the new version of the alexa.py into the relevant folder and the config into my main configuration.yaml file, but I’m unable to uninstall the Hassio add-on.
Firstly does it need to be uninstalled or can it just be stopped?
Secondly if it does need to be uninstalled any ideas why it wouldn’t?
There’s an error in the addon that doesn’t allow you to uninstall it. Keaton will push an update soon that fixes this so we can safely remove it
with the new update 0.7 the speech to text option is way more easily available when you click the entity from the front end. however the wrong service gets called, tts/google_say, should be media_player.alexa_tts no?