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

homeassistant.components.climate #1274

Closed
isibizi opened this issue Feb 7, 2024 · 3 comments · Fixed by #1288
Closed

homeassistant.components.climate #1274

isibizi opened this issue Feb 7, 2024 · 3 comments · Fixed by #1288
Assignees
Labels
new bug incoming bug issue

Comments

@isibizi
Copy link

isibizi commented Feb 7, 2024

After update to 2024.2.0

Logger: homeassistant.components.climate
Source: components/climate/init.py:354
Integration: Klima (documentation, issues)
First occurred: 21:52:43 (3 occurrences)
Last logged: 21:52:43

Entity None (<class 'custom_components.better_thermostat.climate.BetterThermostat'>) 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/KartoffelToby/better_thermostat/issues

@isibizi isibizi added the new bug incoming bug issue label Feb 7, 2024
@Schm1tz1
Copy link

Schm1tz1 commented Feb 8, 2024

Im'm running the same version with latest Better Thermostat and it's working. I think you are seeing the deprecation note in the log so it's related to the new features in the interface as mentioned here: https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded - deprecation period should be until 2025.1 so that should be fine.

The full message from my logs is like this:

2024-02-08 09:11:40.521 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.better_thermostat.climate.BetterThermostat'>) 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/KartoffelToby/better_thermostat/issues

Maybe something one needs to put on the roadmap but not a critical showstopper IMHO.

@isibizi Can you post the full message with the log level? Can you confirm the with the new HA version it's still working?

@isibizi
Copy link
Author

isibizi commented Feb 8, 2024

Yes, BT is still working, i don't have any problems with BT. I think it is enough time to fix this issue.

@KartoffelToby
Copy link
Owner

Yes i still looking whats changed in 2024.2.

It brakes the ui too (still work but no on off changes showed)

Need a little bit more Time to fix all the breaking changes.

@wtom wtom mentioned this issue Feb 16, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new bug incoming bug issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants