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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user