plmilord / Hass.io-custom-component-spaclient

Home Assistant integration - Spa Client
48 stars 16 forks source link

uses temperature utility. This is deprecated since 2022.10 and will stop working in Home Assistant 2023.4 #24

Closed B-Hartley closed 1 year ago

B-Hartley commented 1 year ago

Error from: Home Assistant 2022.12.0b4

2022-12-05 19:12:53.901 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses temperature utility. This is deprecated since 2022.10 and will stop working in Home Assistant 2023.4, it should be updated to use unit_conversion.TemperatureConverter instead. Please report issue to the custom integration author for spaclient using this method at custom_components/spaclient/climate.py, line 105: return convert_temperature(self._spaclient.get_high_range_min(), TEMP_FAHRENHEIT, self.temperature_unit) 2022-12-05 19:12:53.901 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses temperature utility. This is deprecated since 2022.10 and will stop working in Home Assistant 2023.4, it should be updated to use unit_conversion.TemperatureConverter instead. Please report issue to the custom integration author for spaclient using this method at custom_components/spaclient/climate.py, line 112: return convert_temperature(self._spaclient.get_high_range_max(), TEMP_FAHRENHEIT, self.temperature_unit)

Jieper001 commented 1 year ago

Don't understand a lot of the above, but given that this integration is the whole reason I started with HA and me getting the BWA wifi module, I hope things don't get broken ;-)

plmilord commented 1 year ago

It won't be broken...I'll take a few moments over the next few days to update it!

plmilord commented 1 year ago

Should be fixed in v2.6! Thanks guys!