Add "1/0" entry for HVAC_MODE_SETS

BHT-002 thermostat DP #4 set the heating mode (auto or manual). The accepted values are strings "0" for auto mode and "1" for manual mode.
This commit add an entry "1/0" to support this behaviour.
This commit is contained in:
Fabien Brachere
2022-06-28 08:50:25 +02:00
committed by rospogrigio
parent 54dbc3a359
commit 8a696cbaf2

View File

@@ -72,6 +72,10 @@ HVAC_MODE_SETS = {
"True/False": {
HVAC_MODE_HEAT: True,
},
"1/0": {
HVAC_MODE_HEAT: "1",
HVAC_MODE_AUTO: "0",
},
}
HVAC_ACTION_SETS = {
"True/False": {