shenxn / ha-dyson

HomeAssitant custom integration for dyson
MIT License
306 stars 59 forks source link

Planned deprecation of direction, oscillate, preset_mode and set_speed #195

Open jcallaghan opened 6 months ago

jcallaghan commented 6 months ago

I am running the 2024.1 beta and noticed this in my log. I could not see that this has been shared before so I thought I would share it with you. Thanks for your work on this integration.

SUPPORT_DIRECTION was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
SUPPORT_OSCILLATE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
SUPPORT_PRESET_MODE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.PRESET_MODE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
SUPPORT_SET_SPEED was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
dotvezz commented 5 months ago

Hi @jcallaghan ! Please feel free to check out https://github.com/libdyson-wg/ha-dyson. It's a continuation of this repository which has been fixing bugs and adding new devices and compatibility features. It supports Home Assistant 2024 and is also a HACS Default repository: https://my.home-assistant.io/redirect/hacs_repository/?owner=libdyson-wg&repository=ha-dyson&category=integration, so you can install without adding a custom repository to HACS now.

If you have any questions, I'm the core maintainer for the new repo.