Classes | |
| class | MailNotificationService |
Functions | |
| def | _attach_file (hass, atch_name, content_id="") |
| def | _build_html_msg (hass, text, html, images) |
| def | _build_multipart_msg (hass, message, images) |
| def | _build_text_msg (message) |
| MailNotificationService|None | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| PLATFORM_SCHEMA | |
| list | PLATFORMS = [Platform.NOTIFY] |
Mail (SMTP) notification service.
|
private |
|
private |
|
private |
|
private |
| MailNotificationService | None homeassistant.components.smtp.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| homeassistant.components.smtp.notify.PLATFORM_SCHEMA |
| list homeassistant.components.smtp.notify.PLATFORMS = [Platform.NOTIFY] |