UniFi entity heartbeat monitor.
Definition at line 61 of file entity_helper.py.
◆ __init__()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
◆ _check_for_stale()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat._check_for_stale |
( |
|
self, |
|
|
*datetime |
_ |
|
) |
| |
|
private |
Check for any devices scheduled to be marked disconnected.
Definition at line 103 of file entity_helper.py.
◆ initialize()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat.initialize |
( |
|
self | ) |
|
◆ remove()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat.remove |
( |
|
self, |
|
|
str |
unique_id |
|
) |
| |
◆ reset()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat.reset |
( |
|
self | ) |
|
◆ signal()
| str homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat.signal |
( |
|
self | ) |
|
◆ update()
| None homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat.update |
( |
|
self, |
|
|
str |
unique_id, |
|
|
datetime |
heartbeat_expire_time |
|
) |
| |
◆ _cancel_heartbeat_check
| homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat._cancel_heartbeat_check |
|
private |
◆ CHECK_HEARTBEAT_INTERVAL
| homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat.CHECK_HEARTBEAT_INTERVAL = timedelta(seconds=1) |
|
static |
◆ hass
| homeassistant.components.unifi.hub.entity_helper.UnifiEntityHeartbeat.hass |
The documentation for this class was generated from the following file: