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 GitHub
parent 57360a7528
commit 1519a78567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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