Home Assistant Unofficial Reference 2024.12.1
storage.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit_controller.storage.EntityMapStorage
 

Namespaces

 homeassistant.components.homekit_controller.storage
 

Functions

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

Variables

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