briis / weatherbit

The weatherbit integration adds support for the weatherbit.io web service as a source for meteorological data for your location.
MIT License
33 stars 7 forks source link

HA 2022.10: Detected integration that uses speed utility #76

Closed Mariusthvdb closed 2 years ago

Mariusthvdb commented 2 years ago

Hey Bjarne, please see this from the new beta 2022.10

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77 
First occurred: September 28, 2022, 23:48:54 (1 occurrences) 
Last logged: September 28, 2022, 23:48:54

Detected integration that uses speed utility. This is deprecated since 2022.10 and will stop working in Home Assistant 2022.4, it should be updated to use unit_conversion.SpeedConverter instead. Please report issue to the custom integration author for weatherbit using this method at custom_components/weatherbit/sensor.py, line 485: else wind_convert(
briis commented 2 years ago

Thanks Marius. I made the fix, and will release when HA releases 2022.10

briis commented 2 years ago

Reopening so others can see this has been solved.

briis commented 2 years ago

1.0.12 is now released with this fix.