Closed Soltinioo closed 9 months ago
Correct message - please check that you are using the latest version of the component
Correct message - please check that you are using the latest version of the component
I use version SonoffLAN v3.5.4 Core 2024.2.0 Supervisor 2024.01.1 Operating System 11.5
Firmware of TH16R2 : 3.5.0
previously, before the update to HA 2024.02, this information was not in the log
Please show device diagnostics
I can see you using latest version. Are you sure you have this warning with this version?
Yes. It showed after updating to 2024.2.0. There was no warning before
@AlexxIT If you can defeat this alert, can you explain what are you doing for this? I have the same warning in another climate integration, i was implemented all needed methods, but warning still present. And this issue doesn't have clear explanation in documentation. Adding this into integraton doesn't disable warning:
def turn_on(self) -> None:
pass
def turn_off(self) -> None:
pass
Hi. After the update, I have a warning in the log. Everything works ok. Thanks for your work
Logger: homeassistant.components.climate Source: components/climate/init.py:354 Integration: Klimat (documentation, issues) First occurred: 14:12:12 (2 occurrences) Last logged: 14:12:12
Entity sonoff.sonoff_1000e5a55c (<class 'custom_components.sonoff.climate.XClimateTH'>) implements HVACMode(s): off, heat, cool, dry and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/AlexxIT/SonoffLAN/issues Entity sonoff.sonoff_1000e5a54f (<class 'custom_components.sonoff.climate.XClimateTH'>) implements HVACMode(s): off, heat, cool, dry and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/AlexxIT/SonoffLAN/issues