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

Problem bht8000 #1632

Closed
dany85free opened this issue Feb 8, 2024 · 3 comments
Closed

Problem bht8000 #1632

dany85free opened this issue Feb 8, 2024 · 3 comments

Comments

@dany85free
Copy link

Logger: homeassistant.components.climate
Source: components/climate/init.py:354
Integration: Climatizzatore (documentation, issues)
First occurred: 20:46:14 (3 occurrences)
Last logged: 20:46:14

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, auto, heat 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

@dany85free dany85free added the bug Something isn't working label Feb 8, 2024
@make-all
Copy link
Owner

make-all commented Feb 9, 2024

What is the actual problem you are experiencing?

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

make-all commented Feb 9, 2024

I think this is just a duplicate of #1597, and there is no actual problem here, just a deprecation warning for a change that first appeared in HA 2024.2 released yesterday, and not actually affecting anything until HA 2025.1.

@make-all make-all closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2024
@TeddyLafrite
Copy link

Hi
Same here with NEDIS heater :

Logger: homeassistant.components.climate
Source: components/climate/init.py:354
Integration: Thermostat (documentation, issues)
First occurred: 13:45:25 (9 occurrences)
Last logged: 13:45:25

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): 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/make-all/tuya-local/issues

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

3 participants