Merge pull request #39 from geoffdavis/release/2.2.0

This commit is contained in:
Geoff Davis 2021-06-23 05:12:00 -07:00 committed by GitHub
commit faf631cacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.*/