Browse Source

tests: complete update for renaming

- Inkbird ITC308 had 3 renames, only 2 were accounted for
Jason Rumney 2 tháng trước cách đây
mục cha
commit
e2f8386474
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      tests/devices/test_inkbird_itc308_thermostat.py

+ 2 - 2
tests/devices/test_inkbird_itc308_thermostat.py

@@ -84,7 +84,7 @@ class TestInkbirdITC308Thermostat(
         self.setUpMultiNumber(
             [
                 {
-                    "name": "number_calibration_offset",
+                    "name": "number_temperature_calibration",
                     "dps": CALIBRATE_DPS,
                     "scale": 10,
                     "step": 0.1,
@@ -144,7 +144,7 @@ class TestInkbirdITC308Thermostat(
                 "binary_sensor_low_temperature",
                 "binary_sensor_sensor_fault",
                 "binary_sensor_problem",
-                "number_calibration_offset",
+                "number_temperature_calibration",
                 "number_compressor_delay",
                 "number_maximum_temperature",
                 "number_minimum_temperature",