Home Assistant Unofficial Reference 2024.12.1
area_registry.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.area_registry._AreaStoreData
 
class  homeassistant.helpers.area_registry.AreaEntry
 
class  homeassistant.helpers.area_registry.AreaRegistry
 
class  homeassistant.helpers.area_registry.AreaRegistryItems
 
class  homeassistant.helpers.area_registry.AreaRegistryStore
 
class  homeassistant.helpers.area_registry.AreasRegistryStoreData
 
class  homeassistant.helpers.area_registry.EventAreaRegistryUpdatedData
 

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