Explorar el Código

fix (nine_ev_charger): limit current setting to 32A

This is documented as a 32A charger, so it does not make sense to allow
setting all the way up to 80A.
Jason Rumney hace 3 meses
padre
commit
86de28fc64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      custom_components/tuya_local/devices/nine_ev_charger.yaml

+ 1 - 1
custom_components/tuya_local/devices/nine_ev_charger.yaml

@@ -45,7 +45,7 @@ entities:
         optional: true
         range:
           min: 6
-          max: 80
+          max: 32
   - entity: sensor
     class: power
     category: diagnostic