Classes | |
| class | TTSNotificationService |
Functions | |
| TTSNotificationService | async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_MEDIA_PLAYER = "media_player" |
| string | CONF_TTS_SERVICE = "tts_service" |
| string | ENTITY_LEGACY_PROVIDER_GROUP = "entity_or_legacy_provider" |
| PLATFORM_SCHEMA | |
Support notifications through TTS service.
| TTSNotificationService homeassistant.components.tts.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.tts.notify.CONF_MEDIA_PLAYER = "media_player" |
| string homeassistant.components.tts.notify.CONF_TTS_SERVICE = "tts_service" |
| string homeassistant.components.tts.notify.ENTITY_LEGACY_PROVIDER_GROUP = "entity_or_legacy_provider" |
| homeassistant.components.tts.notify.PLATFORM_SCHEMA |