Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.msteams.notify.MSTeamsNotificationService
 

Namespaces

 homeassistant.components.msteams.notify
 

Functions

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

Variables

 homeassistant.components.msteams.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.msteams.notify.ATTR_FILE_URL = "image_url"
 
 homeassistant.components.msteams.notify.PLATFORM_SCHEMA = NOTIFY_PLATFORM_SCHEMA.extend({vol.Required(CONF_URL): cv.url})