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
HA has added a new Speak API. Of course, it is slightly different than the old Say API.
https://www.home-assistant.io/integrations/google_cloud#action-speak
target: entity_id: tts.google_cloud data: cache: true media_player_entity_id: media_player.living_room_display message: this is a test language: en-US options: gender: male voice: en-US-Wavenet-F encoding: linear16 speed: 0.9 pitch: -2.5 gain: -5.0 text_type: ssml profiles: - telephony-class-application - wearable-class-device```
The text was updated successfully, but these errors were encountered:
I totally missed this. Thanks for pointing this out!! 👍 If you want to contribute it it will be great!
Sorry, something went wrong.
No branches or pull requests
HA has added a new Speak API. Of course, it is slightly different than the old Say API.
https://www.home-assistant.io/integrations/google_cloud#action-speak
The text was updated successfully, but these errors were encountered: