mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 04:06:41 +01:00
962cac902b
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com> Co-authored-by: Ariel Ebersberger <ariel@ebersberger.io>
7 lines
165 B
Python
7 lines
165 B
Python
"""Constants for the Pico TTS integration."""
|
|
|
|
DEFAULT_LANG = "en-US"
|
|
DOMAIN = "picotts"
|
|
|
|
SUPPORT_LANGUAGES = ["en-US", "en-GB", "de-DE", "es-ES", "fr-FR", "it-IT"]
|