-
Notifications
You must be signed in to change notification settings - Fork 290
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
Announce notify feature doesn't work #114
Comments
I solved it. I did this:
I want to note that i uses custom updater to update from 1.1.0 too 1.2.0. So maybe the issue came from that update, so I will leave that open for @alandtse to see this. I looked in the logs again and now |
this works
but this (announce) doesnt
|
I don’t know why it doesn’t work for you but I can tell you that I have the second example running on my ha and it works. |
tts works, but announce doesn't. |
@h4nc There was a small period of time where I had a bad copy of @juan11perez Please try replacing the Good version: if item in (alexa, alexa.name, alexa.unique_id,
alexa.entity_id): Bad version: if item in (alexa.name, alexa.unique_id, alexa.entity_id): If it still doesn't work, I'll need some debugging info for |
Note, I figured out the issue for Announce. Working on a fix. |
@juan11perez i meant your second example, announce works for me. Tested it. |
(Apologies if double-posting. I thought I just wrote this as a reply to [this or another] issue, but now I can't find it anywhere.) Experiencing the same issues as reported by @juan11perez above. That is, Works:
Does not work:
Communication is enabled on the Alexa device(s). Was working on alexa_media 1.3.*. Stopped working when I upgraded to 1.4.1. |
The new notify tts feature doesn’t work for me.
I tried it in the dev tools and as a script. I also added notify to my config and notify.alexa_media shows up in the services.
My script looks like this:
It doesn’t work in both cases devtool or script. Of course I used this format in the dev tools:
I don’t get an errror.
This is what I get in the logs when I trigger the script above:
The text was updated successfully, but these errors were encountered: