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,20 @@
<description>Binding to connect LG's WebOS based smart TVs</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>upnp</service-type>
<match-properties>
<match-property>
<name>modelName</name>
<regex>.*TV.*</regex>
</match-property>
<match-property>
<name>manufacturer</name>
<regex>LG Electronics</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>