Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tts.notify.TTSNotificationService
 

Namespaces

 homeassistant.components.tts.notify
 

Functions

TTSNotificationService homeassistant.components.tts.notify.async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.tts.notify._LOGGER = logging.getLogger(__name__)
 
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