Add error_reset to unit test

This commit is contained in:
ElVit 2026-03-22 13:29:45 +01:00
parent 4906780707
commit 668795309c
3 changed files with 4 additions and 2 deletions

View File

@ -566,7 +566,7 @@ switch:
set34: set34:
name: "Set Bivalent Control" name: "Set Bivalent Control"
error_reset: error_reset:
name: "Error Reset (Restart)" name: "Error Reset (Restart Heatpump)"
``` ```
### Selects ### Selects

View File

@ -20,7 +20,7 @@ CONF_SET31 = "set31" # Set External Error
CONF_SET32 = "set32" # Set External Compressor Control CONF_SET32 = "set32" # Set External Compressor Control
CONF_SET33 = "set33" # Set External Heat Cool Control CONF_SET33 = "set33" # Set External Heat Cool Control
CONF_SET34 = "set34" # Set Bivalent Control CONF_SET34 = "set34" # Set Bivalent Control
CONF_ERROR = "error_reset" # Error Reset (Restart) CONF_ERROR = "error_reset" # Error Reset (Restart Heatpump)
TYPES = [ TYPES = [
CONF_SET1, CONF_SET1,

View File

@ -469,6 +469,8 @@ switch:
name: "Set External Heat Cool Control" name: "Set External Heat Cool Control"
set34: set34:
name: "Set Bivalent Control" name: "Set Bivalent Control"
error_reset:
name: "Error Reset (Restart Heatpump)"
# Test climate platform # Test climate platform
climate: climate: