I’m seeing stale data for wind chill
. Sometimes the value is static for weeks on end. I’m assuming it’s because the entity stays at the last updated value and there’s no easy way to detect that it’s stale.
Currently, the temperature is 37 °F and the wind is calm, yet the wind chill is displaying 47.1 °F.
For now, the answer is to calculate wind chill (or heat index) locally, but perhaps the NWS integration should do it if the API can’t be trusted to update parameters that have obviously changed.