mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update stale docstring in logbook (#71814)
This commit is contained in:
parent
28560e76e9
commit
e7e45209ec
@ -355,11 +355,7 @@ def _humanify(
|
||||
context_augmenter: ContextAugmenter,
|
||||
format_time: Callable[[Row], Any],
|
||||
) -> Generator[dict[str, Any], None, None]:
|
||||
"""Generate a converted list of events into Entry objects.
|
||||
|
||||
Will try to group events if possible:
|
||||
- if Home Assistant stop and start happen in same minute call it restarted
|
||||
"""
|
||||
"""Generate a converted list of events into entries."""
|
||||
external_events = hass.data.get(DOMAIN, {})
|
||||
# Continuous sensors, will be excluded from the logbook
|
||||
continuous_sensors: dict[str, bool] = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user