libdyson-wg / ha-dyson

Home Assistant custom integration for Wi-Fi connected Dyson devices
MIT License
208 stars 23 forks source link

DEVICE_CLASS_HUMIDIFIER deprecation #122

Closed romain-pereira closed 5 months ago

romain-pereira commented 5 months ago

Hi, is this possible to replace this constant by the new static call, thanks !

DEVICE_CLASS_HUMIDIFIER was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use HumidifierDeviceClass.HUMIDIFIER instead

dotvezz commented 5 months ago

Ahh looks like I missed this one in the last round of deprecation-prrofing. I'll get a release out that resolves it soon, thanks!

dotvezz commented 5 months ago

Resolved with v1.3.10