Skip to content

Commit

Permalink
fix: remove supportsHueAndSaturation from meta where false
Browse files Browse the repository at this point in the history
With `light.readColorAttributes` now honering the proper default we can drop the `supportsHueAndSaturation` from meta where we set it to false
  • Loading branch information
sjorge committed May 29, 2023
1 parent b976806 commit c68909b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/devices/giderwel.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = [
model: 'GD-ZCRGB012',
vendor: 'GIDERWEL',
description: 'Smart Zigbee RGB LED strip controller',
extend: extend.light_onoff_brightness_color({supportsHueAndSaturation: false}),
extend: extend.light_onoff_brightness_color(),
},
];
1 change: 0 additions & 1 deletion src/devices/ikea.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ module.exports = [
[tz.light_color_colortemp],
[tz.light_color_and_colortemp_via_color],
),
meta: {supportsHueAndSaturation: false},
},
{
zigbeeModel: ['TRADFRI bulb E26 CWS 800lm', 'TRADFRI bulb E27 CWS 806lm', 'TRADFRI bulb E26 CWS 806lm'],
Expand Down

0 comments on commit c68909b

Please sign in to comment.