diff --git a/components/mitsubishi_heatpump/espmhp.cpp b/components/mitsubishi_heatpump/espmhp.cpp index bd43086..4a2c142 100644 --- a/components/mitsubishi_heatpump/espmhp.cpp +++ b/components/mitsubishi_heatpump/espmhp.cpp @@ -258,7 +258,7 @@ void MitsubishiHeatPump::hpSettingsChanged() { * mode, but that isn't working right yet. */ ESP_LOGW(TAG, "Waiting for HeatPump to read the settings the first time."); - delay(10); + esphome::delay(10); return; }