Class to store device.
Definition at line 18 of file devices.py.
◆ async_allow_call()
| bool homeassistant.components.voip.devices.VoIPDevice.async_allow_call |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
Return if call is allowed.
Definition at line 43 of file devices.py.
◆ async_listen_update()
| Callable[[], None] homeassistant.components.voip.devices.VoIPDevice.async_listen_update |
( |
|
self, |
|
|
Callable[[VoIPDevice], None]
|
listener |
|
) |
| |
Listen for updates.
Definition at line 35 of file devices.py.
◆ get_pipeline_entity_id()
| str | None homeassistant.components.voip.devices.VoIPDevice.get_pipeline_entity_id |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
Return entity id for pipeline select.
Definition at line 60 of file devices.py.
◆ get_vad_sensitivity_entity_id()
| str | None homeassistant.components.voip.devices.VoIPDevice.get_vad_sensitivity_entity_id |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
Return entity id for VAD sensitivity.
Definition at line 65 of file devices.py.
◆ set_is_active()
| None homeassistant.components.voip.devices.VoIPDevice.set_is_active |
( |
|
self, |
|
|
bool |
active |
|
) |
| |
◆ bool
| homeassistant.components.voip.devices.VoIPDevice.bool |
|
static |
◆ default_factory
| homeassistant.components.voip.devices.VoIPDevice.default_factory |
|
static |
◆ is_active
| homeassistant.components.voip.devices.VoIPDevice.is_active |
◆ None
| homeassistant.components.voip.devices.VoIPDevice.None |
|
static |
The documentation for this class was generated from the following file: