mirror of
https://github.com/esphome/esphome.git
synced 2026-03-03 11:18:21 -07:00
ClimateCall has overloaded set_target_temperature*(float) and set_target_temperature*(optional<float>), so the compiler can't infer NumT. Use static_cast to select the float overload.