Explorar o código

Temperature range for Kogan heater is 15-35

Jason Rumney %!s(int64=5) %!d(string=hai) anos
pai
achega
0ecd47ae28
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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