소스 검색

Fix floor temperature limit range

Kevin Ou 1 년 전
부모
커밋
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
     category: config
     class: temperature
-    name: Room temperature limit
+    name: Floor temperature limit
     icon: "mdi:thermometer-chevron-down"
     dps:
       - id: 121
         type: integer
         name: value
         range:
-          min: 100
-          max: 400
+          min: 200
+          max: 500
         mapping:
           - scale: 10
             step: 5
@@ -314,8 +314,8 @@ entities:
               - dps_val: true
                 step: 10
                 range:
-                  min: 120
-                  max: 750
+                  min: 680
+                  max: 1220
       - id: 107
         name: unit
         type: boolean