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

Classes

class  MailgunNotificationService
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_IMAGES = "images"
 
bool DEFAULT_SANDBOX = False
 
 PLATFORM_SCHEMA
 

Detailed Description

Support for the Mailgun mail notifications.

Function Documentation

◆ get_service()

MailgunNotificationService | None homeassistant.components.mailgun.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Mailgun notification service.

Definition at line 40 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 28 of file notify.py.

◆ ATTR_IMAGES

string homeassistant.components.mailgun.notify.ATTR_IMAGES = "images"

Definition at line 31 of file notify.py.

◆ DEFAULT_SANDBOX

bool homeassistant.components.mailgun.notify.DEFAULT_SANDBOX = False

Definition at line 33 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.mailgun.notify.PLATFORM_SCHEMA
Initial value:
1 = NOTIFY_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_RECIPIENT): vol.Email(), vol.Optional(CONF_SENDER): vol.Email()}
3 )

Definition at line 35 of file notify.py.