]> git.basschouten.com Git - openhab-addons.git/commitdiff
more restrictive HEOS finder (#16045)
authorMark Herwege <mherwege@users.noreply.github.com>
Sat, 16 Dec 2023 14:06:21 +0000 (15:06 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 14:06:21 +0000 (15:06 +0100)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
bundles/org.openhab.binding.heos/src/main/resources/OH-INF/addon/addon.xml

index 0cd0acb4bc290829c88b8da3d806404cde5da296..397255a7195950908e8093938c8866c4dfea86ef 100644 (file)
                        <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>