Make bindings discoverable on system startup (#15817)

* [discovery-methods] mDNS discovery methods
* [discovery-methods] UPnP discovery methods

---------

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
Andrew Fiddian-Green
2023-12-07 19:34:45 +00:00
committed by GitHub
parent d6b19fecfe
commit 3814f37d9a
70 changed files with 851 additions and 0 deletions

View File

@@ -8,4 +8,17 @@
<description>The OpenWebNet Binding integrates the BTicino/Legrand 'MyHOME' connected home system using the OpenWebNet
protocol. It supports BUS (SCS) and Zigbee USB gateways and devices.</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>upnp</service-type>
<match-properties>
<match-property>
<name>manufacturer</name>
<regex>(?i).*BTICINO.*</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>