Public Member Functions | |
| None | __init__ (self, Row|EventAsRow row, dict[str, dict[str, Any]] event_data_cache) |
| str|None | context_id (self) |
| str|None | context_parent_id (self) |
| str|None | context_user_id (self) |
| str|None | entity_id (self) |
| EventType[Any]|str|None | event_type (self) |
| str|None | state (self) |
Public Attributes | |
| data | |
| row | |
| None homeassistant.components.logbook.models.LazyEventPartialState.__init__ | ( | self, | |
| Row | EventAsRow | row, | ||
| dict[str, dict[str, Any]] | event_data_cache | ||
| ) |
| str | None homeassistant.components.logbook.models.LazyEventPartialState.context_id | ( | self | ) |
| str | None homeassistant.components.logbook.models.LazyEventPartialState.context_parent_id | ( | self | ) |
| str | None homeassistant.components.logbook.models.LazyEventPartialState.context_user_id | ( | self | ) |
| str | None homeassistant.components.logbook.models.LazyEventPartialState.entity_id | ( | self | ) |
| EventType[Any] | str | None homeassistant.components.logbook.models.LazyEventPartialState.event_type | ( | self | ) |
| str | None homeassistant.components.logbook.models.LazyEventPartialState.state | ( | self | ) |
| homeassistant.components.logbook.models.LazyEventPartialState.data |
| homeassistant.components.logbook.models.LazyEventPartialState.row |