Home Assistant Unofficial Reference 2024.12.1
tts.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.watson_tts.tts.WatsonTTSProvider
 

Namespaces

 homeassistant.components.watson_tts.tts
 

Functions

def homeassistant.components.watson_tts.tts.get_engine (hass, config, discovery_info=None)
 

Variables

 homeassistant.components.watson_tts.tts._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.watson_tts.tts.CONF_APIKEY = "watson_apikey"
 
string homeassistant.components.watson_tts.tts.CONF_OUTPUT_FORMAT = "output_format"
 
string homeassistant.components.watson_tts.tts.CONF_TEXT_TYPE = "text"
 
string homeassistant.components.watson_tts.tts.CONF_URL = "watson_url"
 
string homeassistant.components.watson_tts.tts.CONF_VOICE = "voice"
 
dictionary homeassistant.components.watson_tts.tts.CONTENT_TYPE_EXTENSIONS
 
string homeassistant.components.watson_tts.tts.DEFAULT_OUTPUT_FORMAT = "audio/mp3"
 
string homeassistant.components.watson_tts.tts.DEFAULT_URL = "https://api.us-south.text-to-speech.watson.cloud.ibm.com"
 
string homeassistant.components.watson_tts.tts.DEFAULT_VOICE = "en-US_AllisonV3Voice"
 
list homeassistant.components.watson_tts.tts.DEPRECATED_VOICES
 
 homeassistant.components.watson_tts.tts.PLATFORM_SCHEMA
 
list homeassistant.components.watson_tts.tts.SUPPORTED_OUTPUT_FORMATS
 
list homeassistant.components.watson_tts.tts.SUPPORTED_VOICES