Skip to content

Commit

Permalink
Merge pull request #39 from geoffdavis/release/2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffdavis committed Jun 23, 2021
2 parents 82d9373 + d8ee6b6 commit faf631c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions components/mitsubishi_heatpump/espmhp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.*/
Expand Down

0 comments on commit faf631c

Please sign in to comment.