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

Temperature range for Kogan heater is 15-35

Jason Rumney пре 5 година
родитељ
комит
0ecd47ae28
1 измењених фајлова са 2 додато и 2 уклоњено
  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