Parcourir la source

Fix range temperature

[PT]GOODVIBE[PT] il y a 1 an
Parent
commit
e280eeac46

+ 3 - 9
custom_components/tuya_local/devices/forceclima_soundless.yaml

@@ -28,21 +28,15 @@ primary_entity:
       name: temperature
       range:
         min: 16
-        max: 30
-      mapping:
-        - scale: 0
-          step: 1
+        max: 31
       unit: C
 
     - id: 3
       type: integer
       name: current_temperature
       range:
-        min: 0
-        max: 35
-      mapping:
-        - scale: 0
-          step: 1
+        min: 16
+        max: 31
       unit: C
 
     - id: 4