Skip to content

Commit ff0c580

Browse files
authored
Add Philips Hue smart button RDM003 variant (#3510)
1 parent 84573f2 commit ff0c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/philips/rom001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class PhilipsROM001(CustomDevice):
6565
# device_version=1
6666
# input_clusters=[0, 1, 3, 64512, 4096]
6767
# output_clusters=[25, 0, 3, 4, 6, 8, 5, 4096]>
68-
MODELS_INFO: [(PHILIPS, "ROM001"), (SIGNIFY, "ROM001")],
68+
MODELS_INFO: [(PHILIPS, "ROM001"), (SIGNIFY, "ROM001"), (SIGNIFY, "RDM003")],
6969
ENDPOINTS: {
7070
1: {
7171
PROFILE_ID: zha.PROFILE_ID,

0 commit comments

Comments
 (0)