Bump version to 2.2.0
Recent changes require esphome 1.19.1 or greater
This commit is contained in:
parent
4d5f99807e
commit
c6cd491fe6
@ -7,12 +7,12 @@
|
|||||||
* Author: Phil Genera @pgenera on Github.
|
* Author: Phil Genera @pgenera on Github.
|
||||||
* Author: @nao-pon on Github
|
* Author: @nao-pon on Github
|
||||||
* Author: Simon Knopp @sijk on Github
|
* Author: Simon Knopp @sijk on Github
|
||||||
* Last Updated: 2021-05-27
|
* Last Updated: 2021-06-23
|
||||||
* License: BSD
|
* License: BSD
|
||||||
*
|
*
|
||||||
* Requirements:
|
* Requirements:
|
||||||
* - https://github.com/SwiCago/HeatPump
|
* - https://github.com/SwiCago/HeatPump
|
||||||
* - ESPHome 1.18.0 or greater
|
* - ESPHome 1.19.1 or greater
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define USE_CALLBACKS
|
#define USE_CALLBACKS
|
||||||
@ -28,7 +28,7 @@ using namespace esphome;
|
|||||||
|
|
||||||
static const char* TAG = "MitsubishiHeatPump"; // Logging tag
|
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
|
/* If polling interval is greater than 9 seconds, the HeatPump
|
||||||
library reconnects, but doesn't then follow up with our data request.*/
|
library reconnects, but doesn't then follow up with our data request.*/
|
||||||
|
Loading…
Reference in New Issue
Block a user