UniFi Network integration handling platforms for entity registration.
Definition at line 16 of file entity_helper.py.
◆ __init__()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass, |
|
|
aiounifi.Controller |
api |
|
) |
| |
◆ initialize()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.initialize |
( |
|
self | ) |
|
◆ queue_poe_port_command()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.queue_poe_port_command |
( |
|
self, |
|
|
str |
device_id, |
|
|
int |
port_idx, |
|
|
str
|
poe_mode |
|
) |
| |
Queue commands to execute them together per device.
Definition at line 54 of file entity_helper.py.
◆ remove_heartbeat()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.remove_heartbeat |
( |
|
self, |
|
|
str |
unique_id |
|
) |
| |
◆ reset()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.reset |
( |
|
self | ) |
|
◆ signal_heartbeat()
| str homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.signal_heartbeat |
( |
|
self | ) |
|
◆ update_heartbeat()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.update_heartbeat |
( |
|
self, |
|
|
str |
unique_id, |
|
|
datetime |
heartbeat_expire_time |
|
) |
| |
◆ _device_command
| homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper._device_command |
|
private |
◆ _heartbeat
| homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper._heartbeat |
|
private |
◆ api
| homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.api |
◆ hass
| homeassistant.components.unifi.hub.entity_helper.UnifiEntityHelper.hass |
The documentation for this class was generated from the following file: