Files
core/homeassistant/components/picotts/const.py
T
2026-04-02 11:41:47 +02:00

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"]