Aligned spelling of DWD bindings (#8739)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
168913baba
commit
a7350abd8e
@ -1,4 +1,4 @@
|
|||||||
# DwdUnwetter Binding
|
# DWD Unwetter Binding
|
||||||
|
|
||||||
Binding to retrieve the Weather Warnings of the "Deutscher Wetterdienstes" from the [DWD Geoserver](https://maps.dwd.de/geoserver/web/).
|
Binding to retrieve the Weather Warnings of the "Deutscher Wetterdienstes" from the [DWD Geoserver](https://maps.dwd.de/geoserver/web/).
|
||||||
The DWD provides weather warnings for Germany.
|
The DWD provides weather warnings for Germany.
|
||||||
|
|||||||
@ -12,6 +12,6 @@
|
|||||||
|
|
||||||
<artifactId>org.openhab.binding.dwdunwetter</artifactId>
|
<artifactId>org.openhab.binding.dwdunwetter</artifactId>
|
||||||
|
|
||||||
<name>openHAB Add-ons :: Bundles :: DwdUnwetter Binding</name>
|
<name>openHAB Add-ons :: Bundles :: DWD Unwetter Binding</name>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<features name="org.openhab.binding.dwdunwetter-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
|
<features name="org.openhab.binding.dwdunwetter-${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>
|
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
|
||||||
|
|
||||||
<feature name="openhab-binding-dwdunwetter" description="DwdUnwetter Binding" version="${project.version}">
|
<feature name="openhab-binding-dwdunwetter" description="DWD Unwetter Binding" version="${project.version}">
|
||||||
<feature>openhab-runtime-base</feature>
|
<feature>openhab-runtime-base</feature>
|
||||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.dwdunwetter/${project.version}</bundle>
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.dwdunwetter/${project.version}</bundle>
|
||||||
</feature>
|
</feature>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user