Files
home-assistant-core/homeassistant/components/picotts/const.py
T
962cac902b Add Config Flow to Pico TTS (#163114)
Co-authored-by: epenet <[email protected]>
Co-authored-by: Manu <[email protected]>
Co-authored-by: Ariel Ebersberger <[email protected]>
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"]