cdpuk / ha-bestway

Home Assistant integration for Bestway / Lay-Z-Spa hot tubs
MIT License
71 stars 18 forks source link

Deprecated Constants #63

Closed Jimbo222 closed 3 months ago

Jimbo222 commented 3 months ago

Hi, I found this in the HA logs so thought I would raise it as an issue.

Logger: homeassistant.const
Source: helpers/deprecation.py:197
First occurred: 13 June 2024 at 22:59:12 (2 occurrences)
Last logged: 13 June 2024 at 22:59:12

TEMP_CELSIUS was used from bestway, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'bestway' custom integration
TEMP_FAHRENHEIT was used from bestway, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please report it to the author of the 'bestway' custom integration
cdpuk commented 3 months ago

Thanks for the report, however I suspect you're running an old version. These constants were removed around 6 months ago as part of #46.