From c6cd491fe68a05c22ba1e696083b058c3f69417f Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 23 Jun 2021 04:35:33 -0700 Subject: [PATCH] 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.*/