-
Notifications
You must be signed in to change notification settings - Fork 15
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
Ebeco generate warning i logs #43
Comments
Hello Logger: homeassistant.components.climate Entity None (<class 'custom_components.ebeco.climate.EbecoClimateDevice'>) implements HVACMode(s): heat, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/joggs/home_assistant_ebeco/issues |
Same here: Logger: homeassistant.components.climate Entity None (<class 'custom_components.ebeco.climate.EbecoClimateDevice'>) implements HVACMode(s): heat, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/joggs/home_assistant_ebeco/issues |
Same here |
Just add
to
in climate.py |
Thanks. I added the line based on your suggestion. please try the new build that is available in HACS now and tell me if it has been solved |
Logger: homeassistant.components.climate
Source: components/climate/init.py:370
integration: Climate (documentation, issues)
First occurred: 21:10:14 (1 occurrences)
Last logged: 21:10:14
Entity None (<class 'custom_components.ebeco.climate.EbecoClimateDevice'>) implements HVACMode(s): heat, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/joggs/home_assistant_ebeco/issues
https://github.com/joggs/home_assistant_ebeco
The text was updated successfully, but these errors were encountered: