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

Support new Speak API #1228

Open
dakahler opened this issue Jan 1, 2025 · 1 comment
Open

Support new Speak API #1228

dakahler opened this issue Jan 1, 2025 · 1 comment

Comments

@dakahler
Copy link

dakahler commented Jan 1, 2025

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```
@helto4real
Copy link
Collaborator

I totally missed this. Thanks for pointing this out!! 👍 If you want to contribute it it will be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants