Преглед на файлове

Dual dimmer module: fix number entity

value should be the name of the main dp for this entity type
Jason Rumney преди 2 години
родител
ревизия
bf23549e87
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      custom_components/tuya_local/devices/dual_dimmer_module.yaml

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

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