Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.twilio
 

Functions

bool homeassistant.components.twilio.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.twilio.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.twilio.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
web.Response homeassistant.components.twilio.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request)
 

Variables

 homeassistant.components.twilio.async_remove_entry = config_entry_flow.webhook_async_remove_entry
 
string homeassistant.components.twilio.CONF_ACCOUNT_SID = "account_sid"
 
string homeassistant.components.twilio.CONF_AUTH_TOKEN = "auth_token"
 
 homeassistant.components.twilio.CONFIG_SCHEMA
 
 homeassistant.components.twilio.DATA_TWILIO = DOMAIN
 
string homeassistant.components.twilio.RECEIVED_DATA = f"{DOMAIN}_data_received"