Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Deprecation warning in Logs after 2022.10 upgrade for temperature utility #78

Closed
Landshark77 opened this issue Oct 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Landshark77
Copy link

Getting the following warnings in logs after upgrading to 2022.10. Running v1.0.13 of weatherbit.

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77
First occurred: 8:59:55 AM (2 occurrences)
Last logged: 8:59:55 AM

Detected integration that uses temperature utility. This is deprecated since 2022.10 and will stop working in Home Assistant 2022.4, it should be updated to use unit_conversion.TemperatureConverter instead. Please report issue to the custom integration author for weatherbit using this method at custom_components/weatherbit/sensor.py, line 494: else celsius_to_fahrenheit(self.day_data.max_temp)
Detected integration that uses temperature utility. This is deprecated since 2022.10 and will stop working in Home Assistant 2022.4, it should be updated to use unit_conversion.TemperatureConverter instead. Please report issue to the custom integration author for weatherbit using this method at custom_components/weatherbit/sensor.py, line 499: else celsius_to_fahrenheit(self.day_data.min_temp)
@briis briis added the bug Something isn't working label Oct 10, 2022
@briis
Copy link
Owner

briis commented Oct 10, 2022

Thanks for reporting. I will get it fixed.

briis added a commit that referenced this issue Oct 10, 2022
@briis briis closed this as completed Oct 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants