Add new sensors/controls to unit tests
This commit is contained in:
parent
fdf8863242
commit
7b68ca32fb
|
|
@ -12,7 +12,7 @@
|
||||||
#include "commands.h"
|
#include "commands.h"
|
||||||
|
|
||||||
#ifndef PANASONIC_HEATPUMP_VERSION
|
#ifndef PANASONIC_HEATPUMP_VERSION
|
||||||
#define PANASONIC_HEATPUMP_VERSION "0.0.7-beta.4"
|
#define PANASONIC_HEATPUMP_VERSION "0.0.8-beta.3"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
|
|
|
||||||
|
|
@ -350,6 +350,12 @@ text_sensor:
|
||||||
name: "ThreeWay Valve State2"
|
name: "ThreeWay Valve State2"
|
||||||
top130:
|
top130:
|
||||||
name: "Bivalent Mode"
|
name: "Bivalent Mode"
|
||||||
|
top139:
|
||||||
|
name: "HeatingControl"
|
||||||
|
top140:
|
||||||
|
name: "SmartDHW"
|
||||||
|
top141:
|
||||||
|
name: "Quiet Mode Priority"
|
||||||
|
|
||||||
# Test all number controls
|
# Test all number controls
|
||||||
number:
|
number:
|
||||||
|
|
@ -439,6 +445,14 @@ select:
|
||||||
name: "Set External PadHeater"
|
name: "Set External PadHeater"
|
||||||
set35:
|
set35:
|
||||||
name: "Set Bivalent Mode"
|
name: "Set Bivalent Mode"
|
||||||
|
set39:
|
||||||
|
name: "Set Heating Control"
|
||||||
|
set40:
|
||||||
|
name: "Set Smart DHW"
|
||||||
|
set41:
|
||||||
|
name: "Set Quiet Mode Priority"
|
||||||
|
set42:
|
||||||
|
name: "Set Pump Flow Rate Mode"
|
||||||
|
|
||||||
# Test all switch controls
|
# Test all switch controls
|
||||||
switch:
|
switch:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue