From c6cd491fe68a05c22ba1e696083b058c3f69417f Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 23 Jun 2021 04:35:33 -0700 Subject: [PATCH 1/2] Bump version to 2.2.0 Recent changes require esphome 1.19.1 or greater --- 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 8e53a0f..68978cc 100644 --- a/components/mitsubishi_heatpump/espmhp.h +++ b/components/mitsubishi_heatpump/espmhp.h @@ -7,12 +7,12 @@ * Author: Phil Genera @pgenera on Github. * Author: @nao-pon on Github * Author: Simon Knopp @sijk on Github - * Last Updated: 2021-05-27 + * Last Updated: 2021-06-23 * License: BSD * * Requirements: * - https://github.com/SwiCago/HeatPump - * - ESPHome 1.18.0 or greater + * - ESPHome 1.19.1 or greater */ #define USE_CALLBACKS @@ -28,7 +28,7 @@ using namespace esphome; static const char* TAG = "MitsubishiHeatPump"; // Logging tag -static const char* ESPMHP_VERSION = "2.1.1"; +static const char* ESPMHP_VERSION = "2.2.0"; /* If polling interval is greater than 9 seconds, the HeatPump library reconnects, but doesn't then follow up with our data request.*/ From d8ee6b69c2475284229a964a073fcee46af91647 Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 23 Jun 2021 04:53:51 -0700 Subject: [PATCH 2/2] update required esphome version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33492cc..44f2078 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ESP32 using the [ESPHome](https://esphome.io) framework. ## Requirements * https://github.com/SwiCago/HeatPump -* ESPHome 1.18.0 or greater +* ESPHome 1.19.1 or greater ## Supported Microcontrollers This library should work on most ESP8266 or ESP32 platforms. It has been tested