Skip to content

Commit ebdc03b

Browse files
committed
Add manufacturer in signature to GLEDOPTO SoposhGU10 quirk
1 parent 22a1ac5 commit ebdc03b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zhaquirks/gledopto/soposhgu10.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@
1717
DEVICE_TYPE,
1818
ENDPOINTS,
1919
INPUT_CLUSTERS,
20+
MANUFACTURER,
2021
OUTPUT_CLUSTERS,
2122
PROFILE_ID,
2223
)
24+
from zhaquirks.gledopto import GLEDOPTO
2325

2426

2527
class SoposhGU10(CustomDevice):
2628
"""GLEDOPTO Soposh Dual White and color 5W GU10 300lm."""
2729

2830
signature = {
31+
MANUFACTURER: GLEDOPTO,
2932
ENDPOINTS: {
3033
11: {
3134
PROFILE_ID: zll.PROFILE_ID,
@@ -47,7 +50,7 @@ class SoposhGU10(CustomDevice):
4750
INPUT_CLUSTERS: [LightLink.cluster_id],
4851
OUTPUT_CLUSTERS: [LightLink.cluster_id],
4952
},
50-
}
53+
},
5154
}
5255

5356
replacement = {

0 commit comments

Comments
 (0)