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 |
Helpers for HomeKit data stored in HA storage.
| EntityMapStorage homeassistant.components.homekit_controller.storage.async_get_entity_storage | ( | HomeAssistant | hass | ) |
Get entity storage.
Definition at line 103 of file storage.py.
|
private |
Definition at line 18 of file storage.py.
| int homeassistant.components.homekit_controller.storage.ENTITY_MAP_SAVE_DELAY = 10 |
Definition at line 17 of file storage.py.
| string homeassistant.components.homekit_controller.storage.ENTITY_MAP_STORAGE_KEY = f"{DOMAIN}-entity-map" |
Definition at line 15 of file storage.py.
| int homeassistant.components.homekit_controller.storage.ENTITY_MAP_STORAGE_VERSION = 1 |
Definition at line 16 of file storage.py.