Home Assistant Unofficial Reference 2024.12.1
category_registry.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.config.category_registry
 

Functions

dict[str, Any] homeassistant.components.config.category_registry._entry_dict (cr.CategoryEntry entry)
 
bool homeassistant.components.config.category_registry.async_setup (HomeAssistant hass)
 
None homeassistant.components.config.category_registry.websocket_create_category (HomeAssistant hass, ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.category_registry.websocket_delete_category (HomeAssistant hass, ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.category_registry.websocket_list_categories (HomeAssistant hass, ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.category_registry.websocket_update_category (HomeAssistant hass, ActiveConnection connection, dict[str, Any] msg)