4
0
Эх сурвалжийг харах

Nashone tests: restore accidentally removed button config

Jason Rumney 2 жил өмнө
parent
commit
f2d9a18370

+ 5 - 0
tests/devices/test_nashone_mts700wb_thermostat.py

@@ -53,6 +53,11 @@ class TestNashoneMTS700WBThermostat(
             min=-20,
             max=105,
         )
+        self.setUpBasicButton(
+            RESET_DPS,
+            self.entities.get("button_factory_reset"),
+            device_class=ButtonDeviceClass.RESTART,
+        )
         self.setUpBasicNumber(
             CALIBOFFSET_DPS,
             self.entities.get("number_calibration_offset"),