We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e27bf commit 5162a72Copy full SHA for 5162a72
1 file changed
zhaquirks/sonoff/zbminir2.py
@@ -1,4 +1,4 @@
1
-"""Sonoff ZBMINIR2 - Zigbee Switch."""
+"""Sonoff ZBMINIR2 and MINI-ZBD - Zigbee Switches."""
2
3
from zigpy import types
4
from zigpy.quirks import CustomCluster
@@ -49,6 +49,7 @@ class AttributeDefs(BaseAttributeDefs):
49
50
(
51
QuirkBuilder("SONOFF", "ZBMINIR2")
52
+ .applies_to("SONOFF", "MINI-ZBD")
53
.replaces(SonoffCluster)
54
.enum(
55
SonoffCluster.AttributeDefs.external_trigger_mode.name,
0 commit comments