Adapt to core changes (addon.xml) (#13289)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2023-01-15 20:31:42 +01:00
committed by GitHub
parent 0f272d8523
commit 5f8214f08a
713 changed files with 3864 additions and 3007 deletions

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<binding:binding id="solarlog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
<addon:addon id="solarlog" 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>Solar-Log Binding</name>
<description>This is the binding for the Solar-Log product range developed and sold by Solare Datensysteme GmbH. The
Solar-Log devices allow monitoring of Photovoltaic (PV) installations and provide a JSON API to extract data. This
@@ -10,4 +11,4 @@
binding makes this data accessible to openHAB from where it can be persistently stored, used to trigger actions or be
displayed for information.</description>
</binding:binding>
</addon:addon>