-
Notifications
You must be signed in to change notification settings - Fork 24
Sensor attributes do not update while sensor value does not change? #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Agreed, wanted the ping to be updated regulalry |
I caught the same thing on "Monitor cert days remaining" and "Monitor response time". |
@Gatses @edgarmaloverian @TheRealFalseReality I made a fork and did some AI magic and got it working. You can add a custom repo that points to mine here https://github.com/cryptobench/uptime_kuma |
@cryptobench |
Now the data is updated independently, thank you! |
Hi, trying to build network latency graphs, and create helpers like that:
{{ state_attr("sensor.uptimekuma_cloudflare","monitor_response_time")}}
where cloudflare is ping check.what I noticed is that state attribute gets updated only on integration reload or sensor value change, which does not seem sane to me :)
Is it by design, and if yes, is there any way to override it to achieve my goals?
The text was updated successfully, but these errors were encountered: