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

Home Assistant is annoying with these errors #1637

Closed
Toolmaster30 opened this issue Feb 10, 2024 · 1 comment
Closed

Home Assistant is annoying with these errors #1637

Toolmaster30 opened this issue Feb 10, 2024 · 1 comment

Comments

@Toolmaster30
Copy link

Logger: homeassistant.components.climate
Source: components/climate/init.py:354
Integration: Klima (documentation, issues)
First occurred: 08:23:00 (9 occurrences)
Last logged: 08:23:00

Entity None (<class 'custom_components.tuya_local.climate.TuyaLocalClimate'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/make-all/tuya-local/issues
Entity None (<class 'custom_components.tuya_local.climate.TuyaLocalClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/make-all/tuya-local/issues
Entity None (<class 'custom_components.tuya_local.climate.TuyaLocalClimate'>) implements HVACMode(s): off, heat, auto and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/make-all/tuya-local/issues

What do these errors mean?
Greetings George

@Toolmaster30 Toolmaster30 added the bug Something isn't working label Feb 10, 2024
@make-all make-all removed the bug Something isn't working label Feb 10, 2024
@make-all
Copy link
Owner

Duplicate of #1597

It is not my policy to pick up new features of Home Assistant within days of release, as it leaves other users behind and as a volunteer I do not have enough free time to react that quickly.

If you want to complain about the log messages being annoying it would be better aimed at the HA developers for jumping straight to outputting deprecation warnings pointing at the integrations as the source of the "problem" rather than giving them a couple of months to adapt first.

@make-all make-all closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2024
make-all added a commit that referenced this issue Mar 27, 2024
We already effectively opt out by explicitly defining these functions, but
the braindead way the deprecation notices work mean we need to also opt out
with this secret flag.

Issue #1513, #1737, #1734, #1637, #1632
home-assistant/core#114286
timlaing pushed a commit to timlaing/tuya-local that referenced this issue Aug 8, 2024
We already effectively opt out by explicitly defining these functions, but
the braindead way the deprecation notices work mean we need to also opt out
with this secret flag.

Issue make-all#1513, make-all#1737, make-all#1734, make-all#1637, make-all#1632
home-assistant/core#114286
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