Namespaces | |
| assist_satellite | |
| binary_sensor | |
| config_flow | |
| const | |
| devices | |
| entity | |
| repairs | |
| select | |
| switch | |
| voip | |
Classes | |
| class | DomainData |
Functions | |
| tuple[asyncio.DatagramTransport, HassVoipDatagramProtocol] | _create_sip_server (HomeAssistant hass, Callable[[], asyncio.DatagramProtocol,] protocol_factory, int sip_port) |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry) |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| def | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | __all__ |
| string | _IP_WILDCARD = "0.0.0.0" |
| _LOGGER = logging.getLogger(__name__) | |
| tuple | PLATFORMS |
The Voice over IP integration.
|
private |
Definition at line 86 of file __init__.py.
| bool homeassistant.components.voip.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove device from a config entry.
Definition at line 117 of file __init__.py.
| None homeassistant.components.voip.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Remove VoIP entry.
Definition at line 124 of file __init__.py.
| bool homeassistant.components.voip.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up VoIP integration from a config entry.
Definition at line 48 of file __init__.py.
| bool homeassistant.components.voip.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload VoIP.
Definition at line 105 of file __init__.py.
| def homeassistant.components.voip.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 81 of file __init__.py.
|
private |
Definition at line 31 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
|
private |
Definition at line 28 of file __init__.py.
| tuple homeassistant.components.voip.PLATFORMS |
Definition at line 22 of file __init__.py.