We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Loving the new notify functionality, especially the announce.
However, it looks like using Home Assistant groups with announce does not work.
For example, I have a group:
alexa_general_announce: view: false entities: - media_player.basement_thermostat - media_player.family_room - media_player.main_thermostat
Calling the service with the group and announce does not work (method can be all or speak or all).
} "title": "Front Door", "message": "TEST", "data": { "type": "announce", "method": "all" }, "target": [ "group.alexa_general_announce" ] }
changing it to TTS works:
} "title": "Front Door", "message": "TEST", "data": { "type": "tts" }, "target": [ "group.alexa_general_announce" ] }
Using announce with multiple targets works as well:
} "title": "Front Door", "message": "TEST", "data": { "type": "announce" "method": "all" }, "target": [ "media_player.basement_thermostat", "media_player.family_room", "media_player.main_thermostat" ] }
So seems to be something with announce and using group.
The text was updated successfully, but these errors were encountered:
Can you please turn on debugging for custom_components.alexa_media.notify and provide logs when you try the announce?
Sorry, something went wrong.
Ok no need. I figured it out. I'll have a fix tonight.
alandtse
No branches or pull requests
Loving the new notify functionality, especially the announce.
However, it looks like using Home Assistant groups with announce does not work.
For example, I have a group:
Calling the service with the group and announce does not work (method can be all or speak or all).
changing it to TTS works:
Using announce with multiple targets works as well:
So seems to be something with announce and using group.
The text was updated successfully, but these errors were encountered: