Home Assistant Unofficial Reference 2024.12.1
aidmanager.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit.aidmanager.AccessoryAidStorage
 

Namespaces

 homeassistant.components.homekit.aidmanager
 

Functions

Generator[int] homeassistant.components.homekit.aidmanager._generate_aids (str|None unique_id, str entity_id)
 
str homeassistant.components.homekit.aidmanager.get_system_unique_id (er.RegistryEntry entity, str entity_unique_id)
 

Variables

int homeassistant.components.homekit.aidmanager.AID_MANAGER_SAVE_DELAY = 2
 
int homeassistant.components.homekit.aidmanager.AID_MANAGER_STORAGE_VERSION = 1
 
int homeassistant.components.homekit.aidmanager.AID_MAX = 18446744073709551615
 
int homeassistant.components.homekit.aidmanager.AID_MIN = 2
 
string homeassistant.components.homekit.aidmanager.ALLOCATIONS_KEY = "allocations"
 
tuple homeassistant.components.homekit.aidmanager.INVALID_AIDS = (0, 1)
 
string homeassistant.components.homekit.aidmanager.UNIQUE_IDS_KEY = "unique_ids"