Fix log message in recorder on total_increasing reset (#88710)

This commit is contained in:
avee87 2023-02-25 11:05:24 +00:00 committed by Franck Nijhof
parent d5b0c1faa0
commit 4ef96c76e4
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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