From 7513c7d096aababddc2abf7f004ceab39302e2a3 Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Thu, 27 May 2021 21:43:08 -0700 Subject: [PATCH] Bump version to 2.1.0 --- components/mitsubishi_heatpump/espmhp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/mitsubishi_heatpump/espmhp.h b/components/mitsubishi_heatpump/espmhp.h index 37dcd9f..cfa4f03 100644 --- a/components/mitsubishi_heatpump/espmhp.h +++ b/components/mitsubishi_heatpump/espmhp.h @@ -28,7 +28,7 @@ using namespace esphome; static const char* TAG = "MitsubishiHeatPump"; // Logging tag -static const char* ESPMHP_VERSION = "2.0.0"; +static const char* ESPMHP_VERSION = "2.1.0"; /* If polling interval is greater than 9 seconds, the HeatPump library reconnects, but doesn't then follow up with our data request.*/ @@ -92,8 +92,8 @@ class MitsubishiHeatPump : public PollingComponent, public climate::Climate { // Handle a request from the user to change settings. void control(const climate::ClimateCall &call) override; - - // Use the temperature from an external sensor. Use + + // Use the temperature from an external sensor. Use // set_remote_temp(0) to switch back to the internal sensor. void set_remote_temperature(float);