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