Simplify name to deCONZ (#14125)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<features name="org.openhab.binding.deconz-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
|
||||
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
|
||||
|
||||
<feature name="openhab-binding-deconz" description="Dresden Elektronik deCONZ Binding" version="${project.version}">
|
||||
<feature name="openhab-binding-deconz" description="deCONZ Binding" version="${project.version}">
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<feature>openhab-transport-http</feature>
|
||||
<feature>openhab-transport-upnp</feature>
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
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">
|
||||
|
||||
<name>Dresden Elektronik deCONZ Binding</name>
|
||||
<name>deCONZ Binding</name>
|
||||
<description>Allows to use the real-time channel of the deCONZ software for Zigbee sensors and switches. deCONZ is the
|
||||
accompanying software for the Raspbee and Conbee Zigbee dongles from Dresden Elektronik. Is meant to be used together
|
||||
accompanying software for the Raspbee and ConBee Zigbee dongles from Dresden Elektronik. Is meant to be used together
|
||||
with the HUE binding which makes the lights and plugs available.</description>
|
||||
</binding:binding>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# binding
|
||||
|
||||
binding.deconz.name = Dresden Elektronik deCONZ Binding
|
||||
binding.deconz.description = Allows to use the real-time channel of the deCONZ software for Zigbee sensors and switches. deCONZ is the accompanying software for the Raspbee and Conbee Zigbee dongles from Dresden Elektronik. Is meant to be used together with the HUE binding which makes the lights and plugs available.
|
||||
binding.deconz.name = deCONZ Binding
|
||||
binding.deconz.description = Allows to use the real-time channel of the deCONZ software for Zigbee sensors and switches. deCONZ is the accompanying software for the Raspbee and ConBee Zigbee dongles from Dresden Elektronik. Is meant to be used together with the HUE binding which makes the lights and plugs available.
|
||||
|
||||
# thing types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user