mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Correct confusing log message in sensor statistics (#56016)
This commit is contained in:
parent
e3a7a253ea
commit
89281a273c
@ -451,8 +451,8 @@ def compile_statistics( # noqa: C901
|
|||||||
_LOGGER.info(
|
_LOGGER.info(
|
||||||
"Detected new cycle for %s, value dropped from %s to %s",
|
"Detected new cycle for %s, value dropped from %s to %s",
|
||||||
entity_id,
|
entity_id,
|
||||||
fstate,
|
|
||||||
new_state,
|
new_state,
|
||||||
|
fstate,
|
||||||
)
|
)
|
||||||
|
|
||||||
if reset:
|
if reset:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user