mirror of
https://github.com/geoffdavis/esphome-mitsubishiheatpump
synced 2024-08-30 18:12:13 +00:00
Merge branch 'release/1.3.0'
This commit is contained in:
commit
5fd98804cf
@ -3,9 +3,11 @@
|
|||||||
*
|
*
|
||||||
* Implementation of esphome-mitsubishiheatpump
|
* Implementation of esphome-mitsubishiheatpump
|
||||||
*
|
*
|
||||||
* Author: Geoff Davis.<geoff@geoffdavis.com>
|
* Author: Geoff Davis <geoff@geoffdavis.com>
|
||||||
* Author: Phil Genera @pgenera on Github.
|
* Author: Phil Genera @pgenera on Github.
|
||||||
* Last Updated: 2020-06-02
|
* Author: Barry Loong @loongyh on GitHub.
|
||||||
|
* Author: @am-io on Github.
|
||||||
|
* Last Updated: 2020-07-06
|
||||||
* License: BSD
|
* License: BSD
|
||||||
*
|
*
|
||||||
* Requirements:
|
* Requirements:
|
||||||
|
7
espmhp.h
7
espmhp.h
@ -3,8 +3,9 @@
|
|||||||
*
|
*
|
||||||
* Header file for esphome-mitsubishiheatpump
|
* Header file for esphome-mitsubishiheatpump
|
||||||
*
|
*
|
||||||
* Author: Geoff Davis.<geoff@geoffdavis.com>
|
* Author: Geoff Davis <geoff@geoffdavis.com>
|
||||||
* Date: 2020-03-11
|
* Author: Phil Genera @pgenera on Github.
|
||||||
|
* Last Updated: 2020-07-06
|
||||||
* License: BSD
|
* License: BSD
|
||||||
*
|
*
|
||||||
* Requirements:
|
* Requirements:
|
||||||
@ -25,7 +26,7 @@ using namespace esphome;
|
|||||||
|
|
||||||
static const char* TAG = "MitsubishiHeatPump"; // Logging tag
|
static const char* TAG = "MitsubishiHeatPump"; // Logging tag
|
||||||
|
|
||||||
static const char* ESPMHP_VERSION = "1.2.0";
|
static const char* ESPMHP_VERSION = "1.3.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