Browse Source

Temperature range for Kogan heater is 15-35

Jason Rumney 5 years ago
parent
commit
0ecd47ae28
1 changed files with 2 additions and 2 deletions
  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_STEP = 1
         self._TEMPERATURE_LIMITS = {
         self._TEMPERATURE_LIMITS = {
-            'min': 16,
-            'max': 30
+            'min': 15,
+            'max': 35
         }
         }
 
 
     @property
     @property