]> git.basschouten.com Git - openhab-addons.git/commitdiff
[enocean] Addon suggestion finder xml (#16089)
authorAndrew Fiddian-Green <software@whitebear.ch>
Thu, 28 Dec 2023 12:21:27 +0000 (12:21 +0000)
committerGitHub <noreply@github.com>
Thu, 28 Dec 2023 12:21:27 +0000 (13:21 +0100)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
bundles/org.openhab.binding.enocean/src/main/resources/OH-INF/addon/addon.xml

index 395b2776d8137242d34ad835b9d549edfbf443e5..017fcb6d7b733a884da7387ef1d6559b3e3d80c0 100644 (file)
@@ -8,4 +8,20 @@
        <description>The EnOcean binding integrates the EnOcean system into openHAB.</description>
        <connection>local</connection>
 
+       <discovery-methods>
+               <discovery-method>
+                       <service-type>usb</service-type>
+                       <match-properties>
+                               <match-property>
+                                       <name>remote</name>
+                                       <regex>false</regex>
+                               </match-property>
+                               <match-property>
+                                       <name>manufacturer</name>
+                                       <regex>(?i).*enocean.*</regex>
+                               </match-property>
+                       </match-properties>
+               </discovery-method>
+       </discovery-methods>
+
 </addon:addon>