Browse Source

RGBWW lightbulb: use correct value for colour mode

HA uses hs not hsv

Issue #996
Jason Rumney 2 years ago
parent
commit
20eec1a92e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      custom_components/tuya_local/devices/rgbww_lightbulb.yaml

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

@@ -16,7 +16,7 @@ primary_entity:
         - dps_val: white
         - dps_val: white
           value: color_temp
           value: color_temp
         - dps_val: colour
         - dps_val: colour
-          value: hsv
+          value: hs
     - id: 3
     - id: 3
       type: integer
       type: integer
       name: brightness
       name: brightness