Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.voip.DomainData
 

Namespaces

 homeassistant.components.voip
 

Functions

tuple[asyncio.DatagramTransport, HassVoipDatagramProtocol] homeassistant.components.voip._create_sip_server (HomeAssistant hass, Callable[[], asyncio.DatagramProtocol,] protocol_factory, int sip_port)
 
bool homeassistant.components.voip.async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry)
 
None homeassistant.components.voip.async_remove_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.voip.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.voip.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.voip.update_listener (HomeAssistant hass, ConfigEntry entry)
 

Variables

list homeassistant.components.voip.__all__
 
string homeassistant.components.voip._IP_WILDCARD = "0.0.0.0"
 
 homeassistant.components.voip._LOGGER = logging.getLogger(__name__)
 
tuple homeassistant.components.voip.PLATFORMS