Fix discovery for deCONZ (#16053)
Fixes #16036 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
f45630064a
commit
2be0f8dd66
|
@ -18,6 +18,11 @@
|
|||
<name>manufacturerURI</name>
|
||||
<regex>.*dresden.*</regex>
|
||||
</match-property>
|
||||
</match-properties>
|
||||
</discovery-method>
|
||||
<discovery-method>
|
||||
<service-type>upnp</service-type>
|
||||
<match-properties>
|
||||
<match-property>
|
||||
<name>manufacturer</name>
|
||||
<regex>dresden elektronik</regex>
|
||||
|
|
Loading…
Reference in New Issue