1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-16 14:55:50 +00:00

removed auto heat/cool from fixed temperature

This commit is contained in:
Benjamin Pearce
2024-12-14 20:32:28 -05:00
parent 1ee0bd2ee9
commit 52cb8b9cd7

View File

@@ -134,7 +134,6 @@ uint8_t DaikinClimate::temperature_() const {
switch (this->mode) {
case climate::CLIMATE_MODE_FAN_ONLY:
return 0x32;
case climate::CLIMATE_MODE_HEAT_COOL:
case climate::CLIMATE_MODE_DRY:
return 0xc0;
default: