Просмотр исходного кода

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 год назад
Родитель
Сommit
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
           max: 1000
         mapping:
-          - invert: true
-            target_range:
-              min: 2700
-              max: 6500
+          - target_range:
+              min: 3000
+              max: 6000
       - id: 106
         name: identity
         optional: true