mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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,
|
context_augmenter: ContextAugmenter,
|
||||||
format_time: Callable[[Row], Any],
|
format_time: Callable[[Row], Any],
|
||||||
) -> Generator[dict[str, Any], None, None]:
|
) -> Generator[dict[str, Any], None, None]:
|
||||||
"""Generate a converted list of events into Entry objects.
|
"""Generate a converted list of events into entries."""
|
||||||
|
|
||||||
Will try to group events if possible:
|
|
||||||
- if Home Assistant stop and start happen in same minute call it restarted
|
|
||||||
"""
|
|
||||||
external_events = hass.data.get(DOMAIN, {})
|
external_events = hass.data.get(DOMAIN, {})
|
||||||
# Continuous sensors, will be excluded from the logbook
|
# Continuous sensors, will be excluded from the logbook
|
||||||
continuous_sensors: dict[str, bool] = {}
|
continuous_sensors: dict[str, bool] = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user