-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust to core changes (addon.xml) (#793)
Signed-off-by: Jan N. Klug <github@klug.nrw>
- Loading branch information
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
org.openhab.binding.zigbee/src/main/resources/OH-INF/addon/addon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<addon:addon id="zigbee" 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>ZigBee Binding</name> | ||
<description>This is the binding for ZigBee providing a vendor neutral ZigBee implementation supporting many different | ||
ZigBee devices.</description> | ||
<author>Chris Jackson</author> | ||
|
||
</addon:addon> |
8 changes: 0 additions & 8 deletions
8
org.openhab.binding.zigbee/src/main/resources/OH-INF/binding/binding.xml
This file was deleted.
Oops, something went wrong.