Skip to content

Commit

Permalink
fix: Disable OTA for Ledvance 74746 Koenkk/zigbee2mqtt#20983
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 2, 2024
1 parent c806775 commit 4ef710a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/ledvance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const definitions: Definition[] = [
model: '74746',
vendor: 'LEDVANCE',
description: 'LEDVANCE 74746 Sylvania smart+ Zigbee dimmable edge-lit panel',
extend: [ledvanceLight({colorTemp: {range: [200, 370]}, color: true})],
extend: [ledvanceLight({colorTemp: {range: [200, 370]}, color: true, ota: null})],
},
{
zigbeeModel: ['Panel TW 620 UGR19'],
Expand Down

0 comments on commit 4ef710a

Please sign in to comment.