Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.msteams.notify Namespace Reference

Classes

class  MSTeamsNotificationService
 

Functions

MSTeamsNotificationService|None get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

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

Detailed Description

Microsoft Teams platform for notify component.

Function Documentation

◆ get_service()

MSTeamsNotificationService | None homeassistant.components.msteams.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Microsoft Teams notification service.

Definition at line 29 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.msteams.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 22 of file notify.py.

◆ ATTR_FILE_URL

string homeassistant.components.msteams.notify.ATTR_FILE_URL = "image_url"

Definition at line 24 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.msteams.notify.PLATFORM_SCHEMA = NOTIFY_PLATFORM_SCHEMA.extend({vol.Required(CONF_URL): cv.url})

Definition at line 26 of file notify.py.