Go to the source code of this file.
Namespaces | |
| homeassistant.components.logbook.processor | |
Functions | |
| Generator[dict[str, Any]] | homeassistant.components.logbook.processor._humanify (HomeAssistant hass, Generator[EventAsRow]|Sequence[Row]|Result rows, er.EntityRegistry ent_reg, LogbookRun logbook_run, ContextAugmenter context_augmenter) |
| bool | homeassistant.components.logbook.processor._rows_ids_match (Row|EventAsRow row, Row|EventAsRow other_row) |
Variables | |
| homeassistant.components.logbook.processor._LOGGER = logging.getLogger(__name__) | |