Skip to content

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

Open
@ALERTua

Description

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.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions