Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.telegram.notify.TelegramNotificationService
 

Namespaces

 homeassistant.components.telegram.notify
 

Functions

TelegramNotificationService homeassistant.components.telegram.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.telegram.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.telegram.notify.ATTR_DOCUMENT = "document"
 
string homeassistant.components.telegram.notify.ATTR_INLINE_KEYBOARD = "inline_keyboard"
 
string homeassistant.components.telegram.notify.ATTR_KEYBOARD = "keyboard"
 
string homeassistant.components.telegram.notify.ATTR_PHOTO = "photo"
 
string homeassistant.components.telegram.notify.ATTR_VIDEO = "video"
 
string homeassistant.components.telegram.notify.ATTR_VOICE = "voice"
 
string homeassistant.components.telegram.notify.CONF_CHAT_ID = "chat_id"
 
string homeassistant.components.telegram.notify.DOMAIN = "telegram_bot"
 
 homeassistant.components.telegram.notify.PLATFORM_SCHEMA