Skip to content

Commit 1b66df5

Browse files
committed
fix: expose Leviton DG3HL ballast configuration
1 parent bb0e118 commit 1b66df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devices/leviton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const definitions: DefinitionWithExtend[] = [
4343
model: "DG3HL-1BW",
4444
vendor: "Leviton",
4545
description: "Indoor Decora smart Zigbee 3.0 certified plug-in dimmer",
46-
extend: [m.light({effect: false, configureReporting: true})],
46+
extend: [m.light({effect: false, configureReporting: true}), m.lightingBallast()],
4747
},
4848
{
4949
zigbeeModel: ["DG15A"],

0 commit comments

Comments
 (0)