OpenWeatherMap 3.0- Has anything changed?

Never Mind. A restart of Home Assistant fixed it.

My OPenWeatherMap entities have all gone “Unavailable”, but the API from the browser still returns all of the data:

https://api.openweathermap.org/data/3.0/onecall?lat=42.659709&lon=-71.549214&appid=01dfa35f9f31ede6d6f99d85....

(Output truncated for brevity)

{"lat":42.6597,"lon":-71.5492,"timezone":"America/New_York","timezone_offset":-14400,"current":{"dt":1746830979,"sunrise":1746783009,"sunset":1746834860,"temp":280.73,"feels_like":277.26,"pressure":1014,"humidity":89,"dew_point":279.04,"uvi":0.01,"clouds":100,"visibility":3219,"wind_speed":6.17,"wind_deg":60,"weather":[{"id":501,"main":"Rain","description":"moderate rain","icon":"10d"},{"id":701,"main":"Mist","description":"mist","icon":"50d"}],"rain":{"1h":3.16}},"minutely":[{"dt":1746831000,"precipitation":3.158},{"dt":1746831060,"precipitation":3.3686},{"dt":1746831120,"precipitation":3.5792},{"dt":1746831180,"precipitation":3.7898},{"dt":1746831240,"precipitation":4.0004},{"dt":1746831300,"precipitation":4.211},{"dt":1746831360,"precipitation":4.211},{"dt":1746831420,"precipitation":4.211},{"dt":1746831480,"precipitation":4.211},{"dt":1746831540,"precipitation":4.211},{"dt":1746831600,"precipitation":4.211},

Any tips on troubleshooting would be appreciated.

We’ve all been there…

And, it happened again.
I can’t help but think it is the integration since the API call to OWS still works.