Home Assistant Unofficial Reference 2024.12.1
processor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.logbook.processor.ContextAugmenter
 
class  homeassistant.components.logbook.processor.EntityNameCache
 
class  homeassistant.components.logbook.processor.EventCache
 
class  homeassistant.components.logbook.processor.EventProcessor
 
class  homeassistant.components.logbook.processor.LogbookRun
 

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__)