Skip to content

Commit

Permalink
fix: Remove unsupported tilt from Tuya TS0301 Koenkk/zigbee2mqtt#21924
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 2, 2025
1 parent eb426d4 commit 8953938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2672,7 +2672,7 @@ const definitions: DefinitionWithExtend[] = [
model: 'TS0301',
vendor: 'Tuya',
description: 'Cover',
extend: [m.battery(), m.windowCovering({controls: ['lift', 'tilt']})],
extend: [m.battery(), m.windowCovering({controls: ['lift']})],
whiteLabel: [tuya.whitelabel('Yookee', 'D10110_1', 'Smart blind', ['_TZE200_9caxna4s'])],
},
{
Expand Down

0 comments on commit 8953938

Please sign in to comment.