Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mailgun
 

Functions

bool homeassistant.components.mailgun.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.mailgun.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.mailgun.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.mailgun.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request)
 
def homeassistant.components.mailgun.verify_webhook (hass, token=None, timestamp=None, signature=None)
 

Variables

 homeassistant.components.mailgun._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.mailgun.async_remove_entry = config_entry_flow.webhook_async_remove_entry
 
string homeassistant.components.mailgun.CONF_SANDBOX = "sandbox"
 
 homeassistant.components.mailgun.CONFIG_SCHEMA
 
bool homeassistant.components.mailgun.DEFAULT_SANDBOX = False
 
string homeassistant.components.mailgun.MESSAGE_RECEIVED = f"{DOMAIN}_message_received"