Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jcallaghan opened this issue Dec 29, 2023 · 1 comment
Open

Comments

@jcallaghan
Copy link

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
Copy link

dotvezz commented Jan 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants