Refactor logbook helpers to reduce splits and lookups (#108933)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
61c6c70a7d
commit
5dac5d5c7e
3 changed files with 36 additions and 29 deletions
|
@ -77,6 +77,7 @@ def mock_humanify(hass_, rows):
|
|||
context_augmenter = processor.ContextAugmenter(logbook_run)
|
||||
return list(
|
||||
processor._humanify(
|
||||
hass_,
|
||||
rows,
|
||||
ent_reg,
|
||||
logbook_run,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue