Classes | |
| class | LegacyLazyState |
Functions | |
| dict[str, Any] | decode_attributes_from_row_legacy (Row row, dict[str, dict[str, Any]] attr_cache) |
| dict[str, Any] | legacy_row_to_compressed_state (Row row, dict[str, dict[str, Any]] attr_cache, datetime|None start_time, str|None entity_id=None) |
Models for Recorder.
| dict[str, Any] homeassistant.components.recorder.models.legacy.decode_attributes_from_row_legacy | ( | Row | row, |
| dict[str, dict[str, Any]] | attr_cache | ||
| ) |
| dict[str, Any] homeassistant.components.recorder.models.legacy.legacy_row_to_compressed_state | ( | Row | row, |
| dict[str, dict[str, Any]] | attr_cache, | ||
| datetime | None | start_time, | ||
| str | None | entity_id = None |
||
| ) |