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

Update to HACS 2.0 results in "[...]does not set FanEntityFeature.TURN_OFF but implements the turn_off method" #10

Closed
hlinden opened this issue Aug 26, 2024 · 1 comment

Comments

@hlinden
Copy link

hlinden commented Aug 26, 2024

After fully updating HA and HACS today, I'm encountering this error in the logs:

Logger: homeassistant.components.fan
Source: components/fan/__init__.py:295
integration: Fan (documentation, issues)
First occurred: 00:25:46 (4 occurrences)
Last logged: 00:26:13

    Entity None (<class 'custom_components.bayernluefter.fan.BayernluefterFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/mampfes/ha_bayernluefter/issues
    Entity None (<class 'custom_components.bayernluefter.fan.BayernluefterFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/mampfes/ha_bayernluefter/issues

What other kind of information can I submit to help with this problem?

@MaxiKingXXL
Copy link

Same issue for me:
Logger: homeassistant.components.fan
Quelle: components/fan/init.py:295
Integration: Lüfter (Dokumentation, Probleme)
Erstmals aufgetreten: 21:00:11 (6 Vorkommnisse)
Zuletzt protokolliert: 21:00:15

Entity None (<class 'custom_components.bayernluefter.fan.BayernluefterFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/mampfes/ha_bayernluefter/issues

mampfes added a commit that referenced this issue Sep 11, 2024
This remove a compatility warning.

fix #10
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

5 participants
@hlinden @MaxiKingXXL and others