Преглед изворни кода

tests: complete update for renaming

- need to cover the secondary entity checks
Jason Rumney пре 3 месеци
родитељ
комит
3f3667a96a

+ 2 - 2
tests/devices/test_beok_tr9b_thermostat.py

@@ -124,8 +124,8 @@ class TestBeokTR9BThermostat(
                 "binary_sensor_problem",
                 "binary_sensor_valve",
                 "lock_child_lock",
-                "number_low_temperature_limit",
-                "number_high_temperature_limit",
+                "number_minimum_temperature",
+                "number_maximum_temperature",
                 "select_schedule",
                 "select_temperature_unit",
                 "switch_anti_frost",

+ 2 - 2
tests/devices/test_inkbird_itc308_thermostat.py

@@ -146,8 +146,8 @@ class TestInkbirdITC308Thermostat(
                 "binary_sensor_problem",
                 "number_calibration_offset",
                 "number_compressor_delay",
-                "number_high_temperature_limit",
-                "number_low_temperature_limit",
+                "number_maximum_temperature",
+                "number_minimum_temperature",
                 "number_cooling_hysteresis",
                 "number_heating_hysteresis",
             ]

+ 1 - 1
tests/devices/test_nashone_mts700wb_thermostat.py

@@ -74,7 +74,7 @@ class TestNashoneMTS700WBThermostat(
         self.mark_secondary(
             [
                 "button_factory_reset",
-                "number_calibration_offset",
+                "number_temperature_calibration",
                 "select_timer",
                 "sensor_time_remaining",
             ],