[enocean] Addon suggestion finder xml (#16089)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
Andrew Fiddian-Green 2023-12-28 12:21:27 +00:00 committed by GitHub
parent 9a6836cc12
commit 08364c36f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,20 @@
<description>The EnOcean binding integrates the EnOcean system into openHAB.</description> <description>The EnOcean binding integrates the EnOcean system into openHAB.</description>
<connection>local</connection> <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> </addon:addon>