mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix log message in recorder on total_increasing reset (#88710)
This commit is contained in:
parent
d5b0c1faa0
commit
4ef96c76e4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user