Home Assistant Unofficial Reference 2024.12.1
label_registry.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.label_registry._LabelStoreData
 
class  homeassistant.helpers.label_registry.EventLabelRegistryUpdatedData
 
class  homeassistant.helpers.label_registry.LabelEntry
 
class  homeassistant.helpers.label_registry.LabelRegistry
 
class  homeassistant.helpers.label_registry.LabelRegistryStore
 
class  homeassistant.helpers.label_registry.LabelRegistryStoreData
 

Namespaces

 homeassistant.helpers.label_registry
 

Functions

LabelRegistry homeassistant.helpers.label_registry.async_get (HomeAssistant hass)
 
None homeassistant.helpers.label_registry.async_load (HomeAssistant hass)
 

Variables

 homeassistant.helpers.label_registry.EventLabelRegistryUpdated
 
string homeassistant.helpers.label_registry.STORAGE_KEY = "core.label_registry"
 
int homeassistant.helpers.label_registry.STORAGE_VERSION_MAJOR = 1
 
int homeassistant.helpers.label_registry.STORAGE_VERSION_MINOR = 2