Declare connection in multiple bindings addon.xml (#14677)

* Declare connection in addon.xml

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein 2023-03-26 06:45:03 -05:00 committed by GitHub
parent b6da1ec590
commit 9b7788d14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 5 deletions

View File

@ -4,6 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
<type>binding</type>
<name>Atlona Products</name>
<name>Atlona Binding</name>
<description>Binding for Atlona PRO3 HDBaseT Matrix switches.</description>
<connection>local</connection>
</addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type>
<name>BenQ Projector Binding</name>
<description>This binding is compatible with BenQ projectors</description>
<connection>local</connection>
</addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type>
<name>Epson Projector Binding</name>
<description>This binding is compatible with Epson projectors which support the ESC/VP21 protocol</description>
<connection>local</connection>
</addon:addon>

View File

@ -4,7 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
<type>binding</type>
<name>Kaleidescape System Binding</name>
<description>Controls a Kaleidescape System Movie Player</description>
<name>Kaleidescape Binding</name>
<description>Controls a Kaleidescape Movie Player</description>
<connection>local</connection>
</addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type>
<name>Monoprice Whole House Audio Binding</name>
<description>Controls Monoprice and Dayton Audio Whole House Amplifiers.</description>
<connection>local</connection>
</addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type>
<name>Nuvo Whole House Audio Binding</name>
<description>Controls the Nuvo Grand Concerto or Essentia G Whole House Amplifier.</description>
<connection>local</connection>
</addon:addon>

View File

@ -5,6 +5,7 @@
<type>binding</type>
<name>Oppo Blu-ray Player Binding</name>
<description>Controls the Oppo UDP-203/205 and BDP-83/93/95/103/105 Blu-ray Players</description>
<description>Controls Oppo UDP-203/205 and BDP-83/93/95/103/105 Blu-ray Players</description>
<connection>local</connection>
</addon:addon>

View File

@ -1,7 +1,7 @@
# add-on
addon.oppo.name = Oppo Blu-ray Player Binding
addon.oppo.description = Controls the Oppo UDP-203/205 and BDP-83/93/95/103/105 Blu-ray Players
addon.oppo.description = Controls Oppo UDP-203/205 and BDP-83/93/95/103/105 Blu-ray Players
# thing types

View File

@ -6,5 +6,6 @@
<type>binding</type>
<name>Roku Binding</name>
<description>Controls Roku Streaming Media Players and TVs</description>
<connection>local</connection>
</addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type>
<name>TiVo DVR Binding</name>
<description>Controls TiVo DVRs that support the TiVo TCP Control Protocol v1.1</description>
<connection>local</connection>
</addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type>
<name>Vizio Binding</name>
<description>Controls Vizio TVs w/SmartCast API (2016+ Models)</description>
<connection>local</connection>
</addon:addon>