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:
committed by
GitHub
parent
c8ccb06f11
commit
eea78531a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user