Aligned spelling of DWD bindings (#8739)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>pull/8813/head
parent
168913baba
commit
a7350abd8e
|
@ -1,4 +1,4 @@
|
|||
# DWDPollenflug Binding
|
||||
# DWD Pollenflug Binding
|
||||
|
||||
The "Deutsche Wetterdienst" (DWD) reports the current pollen count index for Germany on a daily base and a forecast for tomorrow and the day after tomorrow.
|
||||
This binding allows you to retrieve this data for your region or partregion. You can find a map of the data here:
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
|
||||
<artifactId>org.openhab.binding.dwdpollenflug</artifactId>
|
||||
|
||||
<name>openHAB Add-ons :: Bundles :: DWDPollenflug Binding</name>
|
||||
<name>openHAB Add-ons :: Bundles :: DWD Pollenflug Binding</name>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
|
||||
|
||||
<name>DWD Pollenflug Binding</name>
|
||||
<description>This is the binding for DWDPollenflug.</description>
|
||||
<description>This is the binding for DWD Pollenflug.</description>
|
||||
<author>Johannes Ott</author>
|
||||
|
||||
</binding:binding>
|
||||
|
|
|
@ -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/).
|
||||
The DWD provides weather warnings for Germany.
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
|
||||
<artifactId>org.openhab.binding.dwdunwetter</artifactId>
|
||||
|
||||
<name>openHAB Add-ons :: Bundles :: DwdUnwetter Binding</name>
|
||||
<name>openHAB Add-ons :: Bundles :: DWD Unwetter Binding</name>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<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>
|
||||
|
||||
<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>
|
||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.dwdunwetter/${project.version}</bundle>
|
||||
</feature>
|
||||
|
|
Loading…
Reference in New Issue