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

Multiple services with different names use the config values from the last defined service #33

Open
ALERTua opened this issue Jan 15, 2023 · 1 comment

Comments

@ALERTua
Copy link

ALERTua commented Jan 15, 2023

Defining:

tts:
  - platform: edge_tts
    service_name: edge_say
    language: en-US-ChristopherNeural

  - platform: edge_tts
    service_name: edge_say_ua
    language: uk-UA-PolinaNeural

Creates two services with the provided names correctly, but calling tts.edge_say uses the voice from edge_say_ua.
The config values should be different for each defined service.

@al-one
Copy link
Contributor

al-one commented Feb 8, 2023

This is controlled by the HA component, there is nothing custom components can do.

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

2 participants