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

New speach feature #190

Closed
SpastBanana opened this issue Sep 27, 2022 · 2 comments
Closed

New speach feature #190

SpastBanana opened this issue Sep 27, 2022 · 2 comments

Comments

@SpastBanana
Copy link

Hi!

Can a feature be created that if I put a payload with message back into the hub node, Alexa will speak that message?

@sfosseen
Copy link

sfosseen commented Dec 22, 2023

I just use a "Call Service Node" with this code in the "Data" section

I am using Node-Red with Home Assistant.

{
    "message": ",,,{{payload}}",
    "data": {
        "type": "tts"
    }
}

If it makes a difference the "Domain" is notify, The "service" is the specific Alexa I want the sound out of.

@datech
Copy link
Owner

datech commented Apr 10, 2024

This should work with Home Assistant

@datech datech closed this as completed Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants