From d114ab6efd6c240e5106eedaa0e5a506d24760be Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 2 Mar 2024 12:55:49 +0900 Subject: [PATCH] Poolex Qline: fix tests after standarization of defrost sensors --- tests/devices/test_poolex_qline_heatpump.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/devices/test_poolex_qline_heatpump.py b/tests/devices/test_poolex_qline_heatpump.py index 71d16cd9e7..f4100dbf70 100644 --- a/tests/devices/test_poolex_qline_heatpump.py +++ b/tests/devices/test_poolex_qline_heatpump.py @@ -41,7 +41,7 @@ def setUp(self): }, { "dps": ERROR_DPS, - "name": "binary_sensor_anti_freeze", + "name": "binary_sensor_defrost", "device_class": BinarySensorDeviceClass.COLD, "testdata": (2, 0), }, @@ -50,7 +50,7 @@ def setUp(self): self.mark_secondary( [ "binary_sensor_water_flow", - "binary_sensor_anti_freeze", + "binary_sensor_defrost", ] )