Classes | |
| class | ClicksendNotificationService |
Functions | |
| def | _authenticate (config) |
| ClicksendNotificationService|None | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | BASE_API_URL = "https://rest.clicksend.com/v3" |
| string | CONF_LANGUAGE = "language" |
| string | CONF_VOICE = "voice" |
| string | DEFAULT_LANGUAGE = "en-us" |
| string | DEFAULT_NAME = "clicksend_tts" |
| string | DEFAULT_VOICE = FEMALE_VOICE |
| string | FEMALE_VOICE = "female" |
| dictionary | HEADERS = {"Content-Type": CONTENT_TYPE_JSON} |
| string | MALE_VOICE = "male" |
| PLATFORM_SCHEMA | |
| int | TIMEOUT = 5 |
clicksend_tts platform for notify component.
|
private |
| ClicksendNotificationService | None homeassistant.components.clicksend_tts.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.clicksend_tts.notify.BASE_API_URL = "https://rest.clicksend.com/v3" |
| string homeassistant.components.clicksend_tts.notify.CONF_LANGUAGE = "language" |
| string homeassistant.components.clicksend_tts.notify.CONF_VOICE = "voice" |
| string homeassistant.components.clicksend_tts.notify.DEFAULT_LANGUAGE = "en-us" |
| string homeassistant.components.clicksend_tts.notify.DEFAULT_NAME = "clicksend_tts" |
| string homeassistant.components.clicksend_tts.notify.DEFAULT_VOICE = FEMALE_VOICE |
| string homeassistant.components.clicksend_tts.notify.FEMALE_VOICE = "female" |
| dictionary homeassistant.components.clicksend_tts.notify.HEADERS = {"Content-Type": CONTENT_TYPE_JSON} |
| string homeassistant.components.clicksend_tts.notify.MALE_VOICE = "male" |
| homeassistant.components.clicksend_tts.notify.PLATFORM_SCHEMA |