1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 23:35:47 +00:00

fix climate-ir bad merge (#935)

* fix climate-ir bad merge

* add mitshubishi test
This commit is contained in:
Guillermo Ruffino
2019-12-31 00:20:11 -03:00
committed by GitHub
parent 828e291538
commit 420c860424
3 changed files with 2 additions and 5 deletions

View File

@@ -116,7 +116,6 @@ void ClimateIR::dump_config() {
ESP_LOGCONFIG(TAG, " Supports HEAT: %s", YESNO(this->supports_heat_));
ESP_LOGCONFIG(TAG, " Supports COOL: %s", YESNO(this->supports_cool_));
}
bool ClimateIR::on_receive(remote_base::RemoteReceiveData data) { return false; }
} // namespace climate_ir
} // namespace esphome