File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 121
121
.add_to_registry ()
122
122
)
123
123
124
+ (
125
+ QuirkBuilder ()
126
+ .applies_to (SIGNIFY , "LTA001" )
127
+ .friendly_name (
128
+ model = "Hue white ambiance E27 with Bluetooth" ,
129
+ manufacturer = "Philips" ,
130
+ )
131
+ .replaces (PhilipsHueLightCluster , endpoint_id = 11 )
132
+ .add_to_registry ()
133
+ )
134
+
135
+ (
136
+ QuirkBuilder ()
137
+ .applies_to (SIGNIFY , "LWU001" )
138
+ .friendly_name (
139
+ model = "Hue P45 light bulb" ,
140
+ manufacturer = "Philips" ,
141
+ )
142
+ .replaces (PhilipsHueLightCluster , endpoint_id = 11 )
143
+ .add_to_registry ()
144
+ )
145
+
124
146
(
125
147
QuirkBuilder ()
126
148
.applies_to (PHILIPS , "7602031P7" )
132
154
.replaces (PhilipsHueLightCluster , endpoint_id = 11 )
133
155
.add_to_registry ()
134
156
)
157
+
158
+ (
159
+ QuirkBuilder ()
160
+ .applies_to (PHILIPS , "1743130P7" )
161
+ .applies_to (PHILIPS , "1743430P7" )
162
+ .applies_to (PHILIPS , "1743230P7" )
163
+ .applies_to (PHILIPS , "1745430A7" )
164
+ .applies_to (PHILIPS , "1745430P7" )
165
+ .friendly_name (
166
+ model = "Hue Impress outdoor Pedestal" ,
167
+ manufacturer = "Philips" ,
168
+ )
169
+ .replaces (PhilipsHueLightCluster , endpoint_id = 11 )
170
+ .add_to_registry ()
171
+ )
You can’t perform that action at this time.
0 commit comments