Functions | |
| None | async_setup (HomeAssistant hass) |
| None | update_states_metadata (Recorder instance, str entity_id, str new_entity_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Recorder entity registry helper.
| None homeassistant.components.recorder.entity_registry.async_setup | ( | HomeAssistant | hass | ) |
Set up the entity hooks.
Definition at line 17 of file entity_registry.py.
| 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.
|
private |
Definition at line 13 of file entity_registry.py.