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

[feature] Implement Google Home support #17

Open
yanjost opened this issue Mar 30, 2021 · 0 comments
Open

[feature] Implement Google Home support #17

yanjost opened this issue Mar 30, 2021 · 0 comments

Comments

@yanjost
Copy link

yanjost commented Mar 30, 2021

I have working Google Home (or any media player supporting TTS)

I would like to use this ticket some configuration details before contributing my code.

Currently the change I implemented is configured by adding the following keys to configure the service and the options needed

With Google Translate TTS

alexa_talking_clock:
  module: alexa_talking_clock
  class: AlexaTalkingClock
  alexas:
    - media_player.google_home_1
  service:
    name: tts/google_translate_say

With Nabu Casa TTS

alexa_talking_clock:
  module: alexa_talking_clock
  class: AlexaTalkingClock
  alexas:
    - media_player.google_home_1
  service:
    name: tts/cloud_say
    options:
      gender: female

What do you think about that ?

The issue I see is that it is not possible to support multiple platforms at the same time (but you can instantiate the app twice if needed)

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

1 participant