Explorar el Código

Diivoo water timer: timer dps are min, not sec.

Issue #1007
Jason Rumney hace 2 años
padre
commit
a0f4450dff
Se han modificado 1 ficheros con 2 adiciones y 8 borrados
  1. 2 8
      custom_components/tuya_local/devices/diivoo_wt05.yaml

+ 2 - 8
custom_components/tuya_local/devices/diivoo_wt05.yaml

@@ -87,10 +87,7 @@ secondary_entities:
         optional: true
         range:
           min: 0
-          max: 86400
-        mapping:
-          - scale: 60
-            step: 60
+          max: 1440
   - entity: number
     name: Irrigation time 2
     category: config
@@ -103,10 +100,7 @@ secondary_entities:
         optional: true
         range:
           min: 0
-          max: 86400
-        mapping:
-          - scale: 60
-            step: 60
+          max: 1440
   - entity: select
     name: Weather delay 1
     icon: "mdi:weather-cloudy-clock"