mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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,
|
||||
new_state,
|
||||
state.last_updated.isoformat(),
|
||||
fstate,
|
||||
state.last_updated.isoformat(),
|
||||
)
|
||||
except HomeAssistantError:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user