mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45: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:
|
||||
ent_results.extend([LazyState(db_state) for db_state in group])
|
||||
ent_results.extend(LazyState(db_state) for db_state in group)
|
||||
continue
|
||||
|
||||
# With minimal response we only provide a native
|
||||
|
Reference in New Issue
Block a user