Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homekit_controller.storage Namespace Reference

Classes

class  EntityMapStorage
 

Functions

EntityMapStorage async_get_entity_storage (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int ENTITY_MAP_SAVE_DELAY = 10
 
string ENTITY_MAP_STORAGE_KEY = f"{DOMAIN}-entity-map"
 
int ENTITY_MAP_STORAGE_VERSION = 1
 

Detailed Description

Helpers for HomeKit data stored in HA storage.

Function Documentation

◆ async_get_entity_storage()

EntityMapStorage homeassistant.components.homekit_controller.storage.async_get_entity_storage ( HomeAssistant  hass)
Get entity storage.

Definition at line 103 of file storage.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.homekit_controller.storage._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file storage.py.

◆ ENTITY_MAP_SAVE_DELAY

int homeassistant.components.homekit_controller.storage.ENTITY_MAP_SAVE_DELAY = 10

Definition at line 17 of file storage.py.

◆ ENTITY_MAP_STORAGE_KEY

string homeassistant.components.homekit_controller.storage.ENTITY_MAP_STORAGE_KEY = f"{DOMAIN}-entity-map"

Definition at line 15 of file storage.py.

◆ ENTITY_MAP_STORAGE_VERSION

int homeassistant.components.homekit_controller.storage.ENTITY_MAP_STORAGE_VERSION = 1

Definition at line 16 of file storage.py.