Class to store devices.
Definition at line 73 of file devices.py.
◆ __init__()
Initialize VoIP devices.
Definition at line 76 of file devices.py.
◆ __iter__()
| Iterator[VoIPDevice] homeassistant.components.voip.devices.VoIPDevices.__iter__ |
( |
|
self | ) |
|
◆ async_add_new_device_listener()
| None homeassistant.components.voip.devices.VoIPDevices.async_add_new_device_listener |
( |
|
self, |
|
|
Callable[[VoIPDevice], None]
|
listener |
|
) |
| |
Add a new device listener.
Definition at line 118 of file devices.py.
◆ async_get_or_create()
| VoIPDevice homeassistant.components.voip.devices.VoIPDevices.async_get_or_create |
( |
|
self, |
|
|
CallInfo |
call_info |
|
) |
| |
Get or create a device.
Definition at line 125 of file devices.py.
◆ async_setup()
| None homeassistant.components.voip.devices.VoIPDevices.async_setup |
( |
|
self | ) |
|
◆ config_entry
| homeassistant.components.voip.devices.VoIPDevices.config_entry |
◆ devices
| homeassistant.components.voip.devices.VoIPDevices.devices |
◆ hass
| homeassistant.components.voip.devices.VoIPDevices.hass |
The documentation for this class was generated from the following file: