Sfoglia il codice sorgente

Dual dimmer module: fix number entity

value should be the name of the main dp for this entity type
Jason Rumney 2 anni fa
parent
commit
bf23549e87

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

@@ -34,7 +34,7 @@ secondary_entities:
     dps:
     dps:
       - id: 104
       - id: 104
         type: integer
         type: integer
-        name: minimum_brightness
+        name: value
         range:
         range:
           min: 0
           min: 0
           max: 255
           max: 255