Explorar el Código

Temperature range for Kogan heater is 15-35

Jason Rumney hace 5 años
padre
commit
0ecd47ae28
Se han modificado 1 ficheros con 2 adiciones y 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