Skip to content

Commit bf73aa9

Browse files
Add Eco-Dim.05 Zigbee dimmer variant (#4494)
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
1 parent 9a3a395 commit bf73aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zhaquirks/hzc/doubledimmerswitch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class HzcOnOff(NoReplyMixin, CustomCluster, OnOff):
1515

1616
(
1717
QuirkBuilder("EcoDim BV", "EcoDim-Zigbee 3.0")
18+
.applies_to("EcoDim BV", "Eco-Dim.05 Zigbee")
1819
.replace_cluster_occurrences(HzcOnOff, replace_client_instances=False)
1920
.add_to_registry()
2021
)

0 commit comments

Comments
 (0)