Merge branch 'release/2.4.1'

This commit is contained in:
Geoff Davis 2022-10-31 22:38:57 -07:00
commit 980271337a
2 changed files with 2 additions and 2 deletions

View File

@ -90,5 +90,5 @@ def to_code(config):
cg.add_library(
name="HeatPump",
repository="https://github.com/SwiCago/HeatPump",
version="ed3b700dd4b110253368cc9f6960516d228e33d8",
version="d6a29134401d7caae1b8fca9c452c8eb92af60c5",
)

View File

@ -28,7 +28,7 @@ using namespace esphome;
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
library reconnects, but doesn't then follow up with our data request.*/