mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Update homeassistant/components/history/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -409,7 +409,7 @@ def _sorted_states_to_json(
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
ent_results.extend([LazyState(db_state) for db_state in group])
|
ent_results.extend(LazyState(db_state) for db_state in group)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# With minimal response we only provide a native
|
# With minimal response we only provide a native
|
||||||
|
Reference in New Issue
Block a user