From a6e4ab130d98735c990e7bb92460d077b73ce77b Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Sat, 31 Dec 2022 16:42:22 +0100 Subject: [PATCH] Simplify name to deCONZ (#14125) Signed-off-by: Jacob Laursen --- bundles/org.openhab.binding.deconz/README.md | 4 ++-- bundles/org.openhab.binding.deconz/pom.xml | 2 +- .../org.openhab.binding.deconz/src/main/feature/feature.xml | 2 +- .../src/main/resources/OH-INF/binding/binding.xml | 4 ++-- .../src/main/resources/OH-INF/i18n/deconz.properties | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bundles/org.openhab.binding.deconz/README.md b/bundles/org.openhab.binding.deconz/README.md index 15e6838f59..13723a4571 100644 --- a/bundles/org.openhab.binding.deconz/README.md +++ b/bundles/org.openhab.binding.deconz/README.md @@ -1,6 +1,6 @@ -# Dresden Elektronik deCONZ Binding +# deCONZ Binding -The Zigbee binding currently does not support the Dresden Elektronik Raspbee and Conbee Zigbee dongles. +The Zigbee binding currently does not support the Dresden Elektronik Raspbee and ConBee Zigbee dongles. The manufacturer provides a companion app called deCONZ together with the mentioned hardware. deCONZ offers a documented real-time channel that this binding makes use of to bring support for all paired Zigbee devices. diff --git a/bundles/org.openhab.binding.deconz/pom.xml b/bundles/org.openhab.binding.deconz/pom.xml index d1bfb47b49..f15f692229 100644 --- a/bundles/org.openhab.binding.deconz/pom.xml +++ b/bundles/org.openhab.binding.deconz/pom.xml @@ -12,6 +12,6 @@ org.openhab.binding.deconz - openHAB Add-ons :: Bundles :: Dresden Elektronik deCONZ Binding + openHAB Add-ons :: Bundles :: deCONZ Binding diff --git a/bundles/org.openhab.binding.deconz/src/main/feature/feature.xml b/bundles/org.openhab.binding.deconz/src/main/feature/feature.xml index b77377e2b7..f5fc034ae4 100644 --- a/bundles/org.openhab.binding.deconz/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.deconz/src/main/feature/feature.xml @@ -2,7 +2,7 @@ mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features - + openhab-runtime-base openhab-transport-http openhab-transport-upnp diff --git a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/binding/binding.xml b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/binding/binding.xml index c1c6b03c22..bd16f9d8f4 100644 --- a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/binding/binding.xml +++ b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/binding/binding.xml @@ -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"> - Dresden Elektronik deCONZ Binding + deCONZ Binding 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. diff --git a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties index 57cbc8221d..8f9e71c2db 100644 --- a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties +++ b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties @@ -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 -- 2.47.3