Explorar o código

Poolex Qline: fix tests after standarization of defrost sensors

Jason Rumney %!s(int64=2) %!d(string=hai) anos
pai
achega
d114ab6efd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/devices/test_poolex_qline_heatpump.py

+ 2 - 2
tests/devices/test_poolex_qline_heatpump.py

@@ -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",
             ]
         )