Browse Source

Temperature range for Kogan heater is 15-35

Jason Rumney 6 năm trước cách đây
mục cha
commit
0ecd47ae28
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      custom_components/goldair_climate/kogan_heater/climate.py

+ 2 - 2
custom_components/goldair_climate/kogan_heater/climate.py

@@ -60,8 +60,8 @@ class KoganHeater(ClimateDevice):
 
         self._TEMPERATURE_STEP = 1
         self._TEMPERATURE_LIMITS = {
-            'min': 16,
-            'max': 30
+            'min': 15,
+            'max': 35
         }
 
     @property