Home Assistant Unofficial Reference 2024.12.1
entity_registry.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.config.entity_registry
 

Functions

bool homeassistant.components.config.entity_registry.async_setup (HomeAssistant hass)
 
None homeassistant.components.config.entity_registry.websocket_get_entities (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.entity_registry.websocket_get_entity (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.entity_registry.websocket_list_entities (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.entity_registry.websocket_list_entities_for_display (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.entity_registry.websocket_remove_entity (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.entity_registry.websocket_update_entity (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 

Variables

 homeassistant.components.config.entity_registry._ENTITY_CATEGORIES_JSON = json_dumps(er.ENTITY_CATEGORY_INDEX_TO_VALUE)