more restrictive HEOS finder (#16045)

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
Mark Herwege 2023-12-16 15:06:21 +01:00 committed by GitHub
parent 463cebcbdf
commit 0228f43004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -14,7 +14,15 @@
<match-properties> <match-properties>
<match-property> <match-property>
<name>manufacturer</name> <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-property>
</match-properties> </match-properties>
</discovery-method> </discovery-method>