Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.unifi.hub.entity_loader Namespace Reference

Classes

class  UnifiEntityLoader
 

Variables

 CHECK_HEARTBEAT_INTERVAL = timedelta(seconds=1)
 
 POLL_INTERVAL = timedelta(seconds=10)
 

Detailed Description

UniFi Network entity loader.

Central point to load entities for the different platforms.
Make sure expected clients are available for platforms.

Variable Documentation

◆ CHECK_HEARTBEAT_INTERVAL

homeassistant.components.unifi.hub.entity_loader.CHECK_HEARTBEAT_INTERVAL = timedelta(seconds=1)

Definition at line 30 of file entity_loader.py.

◆ POLL_INTERVAL

homeassistant.components.unifi.hub.entity_loader.POLL_INTERVAL = timedelta(seconds=10)

Definition at line 31 of file entity_loader.py.