Home Assistant Unofficial Reference 2024.12.1
floor_registry.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.floor_registry._FloorStoreData
 
class  homeassistant.helpers.floor_registry.EventFloorRegistryUpdatedData
 
class  homeassistant.helpers.floor_registry.FloorEntry
 
class  homeassistant.helpers.floor_registry.FloorRegistry
 
class  homeassistant.helpers.floor_registry.FloorRegistryStore
 
class  homeassistant.helpers.floor_registry.FloorRegistryStoreData
 

Namespaces

 homeassistant.helpers.floor_registry
 

Functions

FloorRegistry homeassistant.helpers.floor_registry.async_get (HomeAssistant hass)
 
None homeassistant.helpers.floor_registry.async_load (HomeAssistant hass)
 

Variables

 homeassistant.helpers.floor_registry.EventFloorRegistryUpdated
 
string homeassistant.helpers.floor_registry.STORAGE_KEY = "core.floor_registry"
 
int homeassistant.helpers.floor_registry.STORAGE_VERSION_MAJOR = 1
 
int homeassistant.helpers.floor_registry.STORAGE_VERSION_MINOR = 2