Просмотр исходного кода

Fix floor temperature limit range

Kevin Ou 1 год назад
Родитель
Сommit
a1290b3133
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      custom_components/tuya_local/devices/drexma_et7aw_thermostat.yaml

+ 5 - 5
custom_components/tuya_local/devices/drexma_et7aw_thermostat.yaml

@@ -297,15 +297,15 @@ entities:
   - entity: number
   - entity: number
     category: config
     category: config
     class: temperature
     class: temperature
-    name: Room temperature limit
+    name: Floor temperature limit
     icon: "mdi:thermometer-chevron-down"
     icon: "mdi:thermometer-chevron-down"
     dps:
     dps:
       - id: 121
       - id: 121
         type: integer
         type: integer
         name: value
         name: value
         range:
         range:
-          min: 100
-          max: 400
+          min: 200
+          max: 500
         mapping:
         mapping:
           - scale: 10
           - scale: 10
             step: 5
             step: 5
@@ -314,8 +314,8 @@ entities:
               - dps_val: true
               - dps_val: true
                 step: 10
                 step: 10
                 range:
                 range:
-                  min: 120
-                  max: 750
+                  min: 680
+                  max: 1220
       - id: 107
       - id: 107
         name: unit
         name: unit
         type: boolean
         type: boolean