Classes | |
| class | SendgridNotificationService |
Functions | |
| SendgridNotificationService | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_SENDER_NAME = "sender_name" |
| string | DEFAULT_SENDER_NAME = "Home Assistant" |
| PLATFORM_SCHEMA | |
SendGrid notification service.
| SendgridNotificationService homeassistant.components.sendgrid.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.sendgrid.notify.CONF_SENDER_NAME = "sender_name" |
| string homeassistant.components.sendgrid.notify.DEFAULT_SENDER_NAME = "Home Assistant" |
| homeassistant.components.sendgrid.notify.PLATFORM_SCHEMA |