mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 23:05:46 +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) {
|
switch (this->mode) {
|
||||||
case climate::CLIMATE_MODE_FAN_ONLY:
|
case climate::CLIMATE_MODE_FAN_ONLY:
|
||||||
return 0x32;
|
return 0x32;
|
||||||
case climate::CLIMATE_MODE_HEAT_COOL:
|
|
||||||
case climate::CLIMATE_MODE_DRY:
|
case climate::CLIMATE_MODE_DRY:
|
||||||
return 0xc0;
|
return 0xc0;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user