Functions | |
| str|None | bytes_to_uuid_hex_or_none (bytes|None _bytes) |
| bytes|None | uuid_hex_to_bytes_or_none (str|None uuid_hex) |
Variables | |
| _LOGGER | |
Models for Recorder.
| str | None homeassistant.components.recorder.models.context.bytes_to_uuid_hex_or_none | ( | bytes | None | _bytes | ) |
Convert bytes to a uuid hex.
Definition at line 31 of file context.py.
| bytes | None homeassistant.components.recorder.models.context.uuid_hex_to_bytes_or_none | ( | str | None | uuid_hex | ) |
Convert a uuid hex to bytes.
Definition at line 21 of file context.py.
|
private |
Definition at line 17 of file context.py.