Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.logbook.models Namespace Reference

Classes

class  EventAsRow
 
class  LazyEventPartialState
 
class  LogbookConfig
 

Functions

EventAsRow async_event_to_row (Event event)
 

Detailed Description

Event parser and human readable log generator.

Function Documentation

◆ async_event_to_row()

EventAsRow homeassistant.components.logbook.models.async_event_to_row ( Event  event)
Convert an event to a row.

Definition at line 141 of file models.py.