From 7fe2ad2997f7992deb651dc095e9107ff562714d Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 11 Mar 2020 15:35:12 -0700 Subject: [PATCH] Bump version to 1.0.0 --- espmhp.cpp | 2 +- espmhp.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/espmhp.cpp b/espmhp.cpp index 2870b63..5063647 100644 --- a/espmhp.cpp +++ b/espmhp.cpp @@ -9,7 +9,7 @@ * * Requirements: * - https://github.com/geoffdavis/HeatPump#init_fix (until upstream is fixed) - * - ESPHome 1.5.0-dev or greater + * - ESPHome 1.15.0-dev or greater */ #include "espmhp.h" diff --git a/espmhp.h b/espmhp.h index a201d6c..e104743 100644 --- a/espmhp.h +++ b/espmhp.h @@ -9,7 +9,7 @@ * * Requirements: * - https://github.com/geoffdavis/HeatPump#init_fix (until upstream is fixed) - * - ESPHome 1.5.0-dev or greater + * - ESPHome 1.15.0-dev or greater */ // Uncomment to use HeatPump callback functions (broken, causes boot failures) @@ -24,7 +24,7 @@ using namespace esphome; static const char* TAG = "MitsubishiHeatPump"; // Logging tag -static const char* ESPMHP_VERSION = "1.0.0-dev"; +static const char* ESPMHP_VERSION = "1.0.0"; /* If polling interval is greater than 9 seconds, the HeatPump library reconnects, but doesn't then follow up with our data request.*/