diff --git a/components/mitsubishi_heatpump/espmhp.cpp b/components/mitsubishi_heatpump/espmhp.cpp index 138af06..bd9bb3b 100644 --- a/components/mitsubishi_heatpump/espmhp.cpp +++ b/components/mitsubishi_heatpump/espmhp.cpp @@ -8,12 +8,13 @@ * Author: Barry Loong @loongyh on GitHub. * Author: @am-io on Github. * Author: @nao-pon on Github. - * Last Updated: 2020-07-06 + * Author: Simon Knopp @sijk on Github + * Last Updated: 2021-05-27 * License: BSD * * Requirements: * - https://github.com/SwiCago/HeatPump - * - ESPHome 1.15.0 or greater + * - ESPHome 1.18.0 or greater */ #include "espmhp.h" diff --git a/components/mitsubishi_heatpump/espmhp.h b/components/mitsubishi_heatpump/espmhp.h index be2883d..0a686fe 100644 --- a/components/mitsubishi_heatpump/espmhp.h +++ b/components/mitsubishi_heatpump/espmhp.h @@ -6,12 +6,13 @@ * Author: Geoff Davis * Author: Phil Genera @pgenera on Github. * Author: @nao-pon on Github - * Last Updated: 2021-04-28 + * Author: Simon Knopp @sijk on Github + * Last Updated: 2021-05-27 * License: BSD * * Requirements: * - https://github.com/SwiCago/HeatPump - * - ESPHome 1.15.0 or greater + * - ESPHome 1.18.0 or greater */ #define USE_CALLBACKS @@ -27,7 +28,7 @@ using namespace esphome; static const char* TAG = "MitsubishiHeatPump"; // Logging tag -static const char* ESPMHP_VERSION = "1.3.1"; +static const char* ESPMHP_VERSION = "2.0.0"; /* If polling interval is greater than 9 seconds, the HeatPump library reconnects, but doesn't then follow up with our data request.*/