Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.recorder.entity_registry Namespace Reference

Functions

None async_setup (HomeAssistant hass)
 
None update_states_metadata (Recorder instance, str entity_id, str new_entity_id)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Recorder entity registry helper.

Function Documentation

◆ async_setup()

None homeassistant.components.recorder.entity_registry.async_setup ( HomeAssistant  hass)
Set up the entity hooks.

Definition at line 17 of file entity_registry.py.

◆ update_states_metadata()

None homeassistant.components.recorder.entity_registry.update_states_metadata ( Recorder  instance,
str  entity_id,
str  new_entity_id 
)
Update the states metadata table when an entity is renamed.

Definition at line 55 of file entity_registry.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.recorder.entity_registry._LOGGER = logging.getLogger(__name__)
private

Definition at line 13 of file entity_registry.py.