more restrictive HEOS finder (#16045)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
parent
463cebcbdf
commit
0228f43004
|
@ -14,7 +14,15 @@
|
|||
<match-properties>
|
||||
<match-property>
|
||||
<name>manufacturer</name>
|
||||
<regex>(?i)DENON</regex>
|
||||
<regex>Denon</regex>
|
||||
</match-property>
|
||||
<match-property>
|
||||
<name>modelName</name>
|
||||
<regex>HEOS.*|.*H|.*Home.*</regex>
|
||||
</match-property>
|
||||
<match-property>
|
||||
<name>deviceType</name>
|
||||
<regex>ACT.*|Aios.*</regex>
|
||||
</match-property>
|
||||
</match-properties>
|
||||
</discovery-method>
|
||||
|
|
Loading…
Reference in New Issue