Home Assistant Unofficial Reference 2024.12.1
category_registry.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.category_registry._CategoryStoreData
 
class  homeassistant.helpers.category_registry.CategoryEntry
 
class  homeassistant.helpers.category_registry.CategoryRegistry
 
class  homeassistant.helpers.category_registry.CategoryRegistryStore
 
class  homeassistant.helpers.category_registry.CategoryRegistryStoreData
 
class  homeassistant.helpers.category_registry.EventCategoryRegistryUpdatedData
 

Namespaces

 homeassistant.helpers.category_registry
 

Functions

CategoryRegistry homeassistant.helpers.category_registry.async_get (HomeAssistant hass)
 
None homeassistant.helpers.category_registry.async_load (HomeAssistant hass)
 

Variables

 homeassistant.helpers.category_registry.EventCategoryRegistryUpdated
 
string homeassistant.helpers.category_registry.STORAGE_KEY = "core.category_registry"
 
int homeassistant.helpers.category_registry.STORAGE_VERSION_MAJOR = 1
 
int homeassistant.helpers.category_registry.STORAGE_VERSION_MINOR = 2