Grouping light strips from multiple vendors

hi all, trying to figure out an issue i am facing.

i grouped together in a light group a tuya rgbw light strip and a magic home one.

if i ask google home to make the group light strip green, both light strips obey and tune to green but if i use the color picket and choose any color, each strip tunes to a different color :slight_smile:
any ideas?

the magichome one gives these values:

min_mireds: 153
max_mireds: 500
effect_list:
  - blue_fade
  - blue_strobe
  - colorjump
  - colorloop
  - colorstrobe
  - cyan_fade
  - cyan_strobe
  - gb_cross_fade
  - green_fade
  - green_strobe
  - purple_fade
  - purple_strobe
  - rb_cross_fade
  - red_fade
  - red_strobe
  - rg_cross_fade
  - white_fade
  - white_strobe
  - yellow_fade
  - yellow_strobe
  - random
supported_color_modes:
  - color_temp
  - hs
  - rgbw
color_mode: rgbw
brightness: 110
hs_color:
  - 120
  - 100
rgb_color:
  - 0
  - 255
  - 0
rgbw_color:
  - 0
  - 255
  - 0
  - 0
xy_color:
  - 0.172
  - 0.747
white_value: 0
friendly_name: led_strip_2
supported_features: 151

and the tuya one gives these:

supported_color_modes:
  - hs
  - onoff
color_mode: hs
brightness: 255
hs_color:
  - 120
  - 100
rgb_color:
  - 0
  - 255
  - 0
xy_color:
  - 0.172
  - 0.747
friendly_name: led strip 1
supported_features: 0

so maybe they are not compatible on the features thatโ€™s why they are confused on the colors?