* Add more connection details to add-ons Signed-off-by: Wouter Born <github@maindrain.net>
12 lines
510 B
XML
12 lines
510 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon:addon id="spotify" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
|
|
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
|
|
|
|
<type>binding</type>
|
|
<name>Spotify Binding</name>
|
|
<description>This is the openHAB binding for Spotify used to manage Connect devices. Using the Spotify WebAPI.</description>
|
|
<connection>cloud</connection>
|
|
|
|
</addon:addon>
|