Go to the source code of this file.
Classes | |
| class | homeassistant.components.sendgrid.notify.SendgridNotificationService |
Namespaces | |
| homeassistant.components.sendgrid.notify | |
Functions | |
| SendgridNotificationService | homeassistant.components.sendgrid.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.sendgrid.notify._LOGGER = logging.getLogger(__name__) | |
| 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 | |