Update stale docstring in logbook (#71814)

This commit is contained in:
J. Nick Koston 2022-05-13 12:07:26 -04:00 committed by GitHub
parent 28560e76e9
commit e7e45209ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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] = {}