Namespaces | |
| config_flow | |
| const | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| web.Response | handle_webhook (HomeAssistant hass, str webhook_id, web.Request request) |
Variables | |
| async_remove_entry = config_entry_flow.webhook_async_remove_entry | |
| string | CONF_ACCOUNT_SID = "account_sid" |
| string | CONF_AUTH_TOKEN = "auth_token" |
| CONFIG_SCHEMA | |
| DATA_TWILIO = DOMAIN | |
| string | RECEIVED_DATA = f"{DOMAIN}_data_received" |
Support for Twilio.
| bool homeassistant.components.twilio.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Twilio component.
Definition at line 37 of file __init__.py.
| bool homeassistant.components.twilio.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Configure based on config entry.
Definition at line 60 of file __init__.py.
| bool homeassistant.components.twilio.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 68 of file __init__.py.
| web.Response homeassistant.components.twilio.handle_webhook | ( | HomeAssistant | hass, |
| str | webhook_id, | ||
| web.Request | request | ||
| ) |
Handle incoming webhook from Twilio for inbound messages and calls.
Definition at line 49 of file __init__.py.
| homeassistant.components.twilio.async_remove_entry = config_entry_flow.webhook_async_remove_entry |
Definition at line 74 of file __init__.py.
| string homeassistant.components.twilio.CONF_ACCOUNT_SID = "account_sid" |
Definition at line 17 of file __init__.py.
| string homeassistant.components.twilio.CONF_AUTH_TOKEN = "auth_token" |
Definition at line 18 of file __init__.py.
| homeassistant.components.twilio.CONFIG_SCHEMA |
Definition at line 24 of file __init__.py.
| homeassistant.components.twilio.DATA_TWILIO = DOMAIN |
Definition at line 20 of file __init__.py.
| string homeassistant.components.twilio.RECEIVED_DATA = f"{DOMAIN}_data_received" |
Definition at line 22 of file __init__.py.