Add discovery method for Denon receiver (#16035)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen
2023-12-10 13:10:43 +01:00
committed by GitHub
parent 8c560a409c
commit 9f4b8a6cb7

View File

@@ -9,6 +9,15 @@
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>upnp</service-type>
<match-properties>
<match-property>
<name>manufacturer</name>
<regex>(?i)DENON</regex>
</match-property>
</match-properties>
</discovery-method>
<discovery-method>
<service-type>mdns</service-type>
<mdns-service-type>_raop._tcp.local.</mdns-service-type>
@@ -21,5 +30,4 @@
</discovery-method>
</discovery-methods>
</addon:addon>