18 lines
677 B
XML
18 lines
677 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon:addon id="chromecast" 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>Chromecast Binding</name>
|
|
<description>This is the binding for Google Chromecast devices.</description>
|
|
|
|
<config-description>
|
|
<parameter name="callbackUrl" type="text">
|
|
<label>Callback URL</label>
|
|
<description>url to use for playing notification sounds, e.g. http://192.168.0.2:8080</description>
|
|
</parameter>
|
|
</config-description>
|
|
|
|
</addon:addon>
|