peribeir / homeassistant-rademacher

This custom integration provides access to Rademacher Devices connected to a HomePilot (or Start2Smart) bridge.
GNU General Public License v3.0
58 stars 11 forks source link

SPEED_METERS_PER_SECOND deprecated #119

Open nicknol opened 1 month ago

nicknol commented 1 month ago

Homeassistant has deprecated some constants

SPEED_METERS_PER_SECOND was used from rademacher, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.METERS_PER_SECOND instead, please report it to the author of the 'rademacher' custom integration
TEMP_CELSIUS was used from rademacher, 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 'rademacher' custom integration

would be good to update to the new constants provided by Homeassistant: