Skip to content

Commit

Permalink
Add support current temperature to mitsubishi climate ir
Browse files Browse the repository at this point in the history
  • Loading branch information
bossoq committed May 18, 2024
1 parent c6b98f0 commit 8f666bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esphome/components/mitsubishi/mitsubishi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ climate::ClimateTraits MitsubishiClimate::traits() {
traits.set_visual_max_temperature(MITSUBISHI_TEMP_MAX);
traits.set_visual_temperature_step(1.0f);
traits.set_supported_modes({climate::CLIMATE_MODE_OFF});
traits.set_supports_current_temperature(true);

if (this->supports_cool_)
traits.add_supported_mode(climate::CLIMATE_MODE_COOL);
Expand Down

0 comments on commit 8f666bf

Please sign in to comment.