mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Add missing continue in legacy recorder history function (#113535)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
@@ -814,6 +814,7 @@ def _sorted_states_to_dict(
|
||||
}
|
||||
)
|
||||
prev_state = state
|
||||
continue
|
||||
|
||||
for row in group:
|
||||
if (state := row[state_idx]) != prev_state:
|
||||
|
Reference in New Issue
Block a user