From e0fdd6ba0724c4e629453a122515bb212d71f6d2 Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Mon, 6 Jul 2020 09:19:24 -0700 Subject: [PATCH 1/2] Bump version to 1.3.0 --- espmhp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espmhp.h b/espmhp.h index 15e04f3..6afdefd 100644 --- a/espmhp.h +++ b/espmhp.h @@ -25,7 +25,7 @@ using namespace esphome; static const char* TAG = "MitsubishiHeatPump"; // Logging tag -static const char* ESPMHP_VERSION = "1.2.0"; +static const char* ESPMHP_VERSION = "1.3.0"; /* If polling interval is greater than 9 seconds, the HeatPump library reconnects, but doesn't then follow up with our data request.*/ From cb70159d48aa96b4466524dc961bc8e04adbd37e Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Mon, 6 Jul 2020 09:29:52 -0700 Subject: [PATCH 2/2] Update authors --- espmhp.cpp | 8 +++++--- espmhp.h | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/espmhp.cpp b/espmhp.cpp index ecfd676..e3a217d 100644 --- a/espmhp.cpp +++ b/espmhp.cpp @@ -3,9 +3,11 @@ * * Implementation of esphome-mitsubishiheatpump * - * Author: Geoff Davis. + * Author: Geoff Davis * Author: Phil Genera @pgenera on Github. - * Last Updated: 2020-06-02 + * Author: Barry Loong @loongyh on GitHub. + * Author: @am-io on Github. + * Last Updated: 2020-07-06 * License: BSD * * Requirements: @@ -462,7 +464,7 @@ void MitsubishiHeatPump::setup() { /** * The ESP only has a few bytes of rtc storage, so instead - * of storing floats directly, we'll store the number of + * of storing floats directly, we'll store the number of * TEMPERATURE_STEPs from MIN_TEMPERATURE. **/ void MitsubishiHeatPump::save(float value, ESPPreferenceObject& storage) { diff --git a/espmhp.h b/espmhp.h index 6afdefd..dfc18df 100644 --- a/espmhp.h +++ b/espmhp.h @@ -3,8 +3,9 @@ * * Header file for esphome-mitsubishiheatpump * - * Author: Geoff Davis. - * Date: 2020-03-11 + * Author: Geoff Davis + * Author: Phil Genera @pgenera on Github. + * Last Updated: 2020-07-06 * License: BSD * * Requirements: