mirror of
https://github.com/geoffdavis/esphome-mitsubishiheatpump
synced 2024-08-30 18:12:13 +00:00
Merge branch 'release/1.0.0' into develop
This commit is contained in:
commit
8bf9d19452
@ -9,7 +9,7 @@
|
||||
*
|
||||
* Requirements:
|
||||
* - https://github.com/geoffdavis/HeatPump#init_fix (until upstream is fixed)
|
||||
* - ESPHome 1.5.0-dev or greater
|
||||
* - ESPHome 1.15.0-dev or greater
|
||||
*/
|
||||
|
||||
#include "espmhp.h"
|
||||
|
4
espmhp.h
4
espmhp.h
@ -9,7 +9,7 @@
|
||||
*
|
||||
* Requirements:
|
||||
* - https://github.com/geoffdavis/HeatPump#init_fix (until upstream is fixed)
|
||||
* - ESPHome 1.5.0-dev or greater
|
||||
* - ESPHome 1.15.0-dev or greater
|
||||
*/
|
||||
|
||||
// Uncomment to use HeatPump callback functions (broken, causes boot failures)
|
||||
@ -24,7 +24,7 @@ using namespace esphome;
|
||||
|
||||
static const char* TAG = "MitsubishiHeatPump"; // Logging tag
|
||||
|
||||
static const char* ESPMHP_VERSION = "1.0.0-dev";
|
||||
static const char* ESPMHP_VERSION = "1.0.0";
|
||||
|
||||
/* If polling interval is greater than 9 seconds, the HeatPump
|
||||
library reconnects, but doesn't then follow up with our data request.*/
|
||||
|
Loading…
Reference in New Issue
Block a user