Classes | |
| class | ContextAugmenter |
| class | EntityNameCache |
| class | EventCache |
| class | EventProcessor |
| class | LogbookRun |
Functions | |
| Generator[dict[str, Any]] | _humanify (HomeAssistant hass, Generator[EventAsRow]|Sequence[Row]|Result rows, er.EntityRegistry ent_reg, LogbookRun logbook_run, ContextAugmenter context_augmenter) |
| bool | _rows_ids_match (Row|EventAsRow row, Row|EventAsRow other_row) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Event parser and human readable log generator.
|
private |
Generate a converted list of events into entries.
Definition at line 202 of file processor.py.
|
private |
Check of rows match by using the same method as Events __hash__.
Definition at line 388 of file processor.py.
|
private |
Definition at line 85 of file processor.py.