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

Dimming light track: uninvert color temp and reduce range

Issue #3280

Since the product id is identical, this is most likely the case for the
original device as well, especially since the original submission had
a syntax error that made the target range and invert separate items, and
it was my own correction of that which put them together, so original testing
would have been with the original config where one of those was not applied.
Jason Rumney преди 1 година
родител
ревизия
6d03b8d921
променени са 1 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. 3 4
      custom_components/tuya_local/devices/dimming_light_track.yaml

+ 3 - 4
custom_components/tuya_local/devices/dimming_light_track.yaml

@@ -22,10 +22,9 @@ entities:
           min: 0
           min: 0
           max: 1000
           max: 1000
         mapping:
         mapping:
-          - invert: true
-            target_range:
-              min: 2700
-              max: 6500
+          - target_range:
+              min: 3000
+              max: 6000
       - id: 106
       - id: 106
         name: identity
         name: identity
         optional: true
         optional: true