Skip to content

Commit

Permalink
Poolex Qline: fix tests after standarization of defrost sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Mar 2, 2024
1 parent 304a32a commit d114ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/devices/test_poolex_qline_heatpump.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
},
Expand All @@ -50,7 +50,7 @@ def setUp(self):
self.mark_secondary(
[
"binary_sensor_water_flow",
"binary_sensor_anti_freeze",
"binary_sensor_defrost",
]
)

Expand Down

0 comments on commit d114ab6

Please sign in to comment.