Include matching languages in WS tts/engine/list (#91732)
* Include matching languages in WS tts/engine/list * Allow specifying country
This commit is contained in:
parent
6d619579b4
commit
79de27a4a9
3 changed files with 38 additions and 8 deletions
|
@ -16,7 +16,7 @@ from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
|
|||
|
||||
from tests.common import MockPlatform
|
||||
|
||||
SUPPORT_LANGUAGES = ["de_DE", "en_GB", "en_US"]
|
||||
SUPPORT_LANGUAGES = ["de_CH", "de_DE", "en_GB", "en_US"]
|
||||
TEST_LANGUAGES = ["de", "en"]
|
||||
|
||||
DEFAULT_LANG = "en_US"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue