-
Notifications
You must be signed in to change notification settings - Fork 3
Description
src\esphome\components\nobo\nobo.cpp: In member function 'bool esphome::nobo::NoboClimate::set_target_temperature(uint8_t)': src\esphome\components\nobo\nobo.cpp:75:72: warning: 'esphome::i2c::ErrorCode esphome::i2c::I2CDevice::write_register(uint8_t, const uint8_t*, size_t, bool) const' is deprecated: The stop argument is no longer used; use write_read() for consecutive write and read. This will be removed from ESPHome 2026.3.0 [-Wdeprecated-declarations]
src\esphome\components\nobo\nobo.cpp: In member function 'bool esphome::nobo::NoboClimate::get_heater_state()': src\esphome\components\nobo\nobo.cpp:95:71: warning: 'esphome::i2c::ErrorCode esphome::i2c::I2CDevice::read_register(uint8_t, uint8_t*, size_t, bool)' is deprecated: The stop argument is no longer used. This will be removed from ESPHome 2026.3.0 [-Wdeprecated-declarations]
src\esphome\components\nobo\nobo.cpp:187:47: warning: 'void esphome::climate::ClimateTraits::set_supports_current_temperature(bool)' is deprecated: This method is deprecated, use add_feature_flags() instead [-Wdeprecated-declarations]