Skip to content

Commit

Permalink
fix: Fix power source for Namron 1402767 Koenkk/zigbee2mqtt#21212
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 4, 2024
1 parent f9d31ed commit deb3a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/namron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const definitions: Definition[] = [
model: '1402767',
vendor: 'Namron',
description: 'Zigbee LED dimmer',
extend: [light({effect: false, configureReporting: true})],
extend: [light({effect: false, configureReporting: true}), forcePowerSource({powerSource: 'Mains (single phase)'})],
meta: {disableDefaultResponse: true},
},
{
Expand Down

0 comments on commit deb3a86

Please sign in to comment.