|
|
@@ -41,7 +41,7 @@ class TestPoolexQlineHeatpump(
|
|
|
},
|
|
|
{
|
|
|
"dps": ERROR_DPS,
|
|
|
- "name": "binary_sensor_anti_freeze",
|
|
|
+ "name": "binary_sensor_defrost",
|
|
|
"device_class": BinarySensorDeviceClass.COLD,
|
|
|
"testdata": (2, 0),
|
|
|
},
|
|
|
@@ -50,7 +50,7 @@ class TestPoolexQlineHeatpump(
|
|
|
self.mark_secondary(
|
|
|
[
|
|
|
"binary_sensor_water_flow",
|
|
|
- "binary_sensor_anti_freeze",
|
|
|
+ "binary_sensor_defrost",
|
|
|
]
|
|
|
)
|
|
|
|