mlobstein 36b2dbfbc9
Declare connection for bindings A thru F (#14901)
* Declare connection for bindings A-F

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2023-04-29 10:10:19 +02:00

13 lines
634 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<addon:addon xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="amazonechocontrol"
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
<type>binding</type>
<name>Amazon Echo Control Binding</name>
<description>Binding to control Amazon Echo devices (Alexa). This binding enables openHAB to control the volume,
playing state, bluetooth connection of your amazon echo devices or allow to use it as TTS device.</description>
<connection>cloud</connection>
</addon:addon>