Go to the source code of this file.
Namespaces | |
| homeassistant.helpers.area_registry | |
Functions | |
| list[AreaEntry] | homeassistant.helpers.area_registry.async_entries_for_floor (AreaRegistry registry, str floor_id) |
| list[AreaEntry] | homeassistant.helpers.area_registry.async_entries_for_label (AreaRegistry registry, str label_id) |
| AreaRegistry | homeassistant.helpers.area_registry.async_get (HomeAssistant hass) |
| None | homeassistant.helpers.area_registry.async_load (HomeAssistant hass) |
Variables | |
| string | homeassistant.helpers.area_registry.STORAGE_KEY = "core.area_registry" |
| int | homeassistant.helpers.area_registry.STORAGE_VERSION_MAJOR = 1 |
| int | homeassistant.helpers.area_registry.STORAGE_VERSION_MINOR = 7 |