1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 00:05:43 +00:00

Climate Mitsubishi (#725)

* add climate

* Mitsubishi updates

* refactor mitsubishi to use climate_ir

* lint
This commit is contained in:
Guillermo Ruffino
2019-12-30 22:02:55 -03:00
committed by GitHub
parent c8ccb06f11
commit eea78531a1
6 changed files with 128 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ 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