mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Fix log message in recorder on total_increasing reset (#88710)
This commit is contained in:
@@ -588,8 +588,8 @@ def _compile_statistics( # noqa: C901
|
|||||||
),
|
),
|
||||||
entity_id,
|
entity_id,
|
||||||
new_state,
|
new_state,
|
||||||
state.last_updated.isoformat(),
|
|
||||||
fstate,
|
fstate,
|
||||||
|
state.last_updated.isoformat(),
|
||||||
)
|
)
|
||||||
except HomeAssistantError:
|
except HomeAssistantError:
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user