Merge branch 'release/2.4.1'
This commit is contained in:
commit
980271337a
@ -90,5 +90,5 @@ def to_code(config):
|
|||||||
cg.add_library(
|
cg.add_library(
|
||||||
name="HeatPump",
|
name="HeatPump",
|
||||||
repository="https://github.com/SwiCago/HeatPump",
|
repository="https://github.com/SwiCago/HeatPump",
|
||||||
version="ed3b700dd4b110253368cc9f6960516d228e33d8",
|
version="d6a29134401d7caae1b8fca9c452c8eb92af60c5",
|
||||||
)
|
)
|
||||||
|
@ -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.4.0";
|
static const char* ESPMHP_VERSION = "2.4.1";
|
||||||
|
|
||||||
/* 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