From 75d680a8fc2420c47eb713a95646965d7b84b2bc Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Sat, 14 Mar 2020 15:56:52 -0700 Subject: [PATCH] Bump version to 1.0.2 --- espmhp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espmhp.h b/espmhp.h index db5b910..7d548ae 100644 --- a/espmhp.h +++ b/espmhp.h @@ -24,7 +24,7 @@ using namespace esphome; static const char* TAG = "MitsubishiHeatPump"; // Logging tag -static const char* ESPMHP_VERSION = "1.0.1"; +static const char* ESPMHP_VERSION = "1.0.2"; /* If polling interval is greater than 9 seconds, the HeatPump library reconnects, but doesn't then follow up with our data request.*/