]> git.basschouten.com Git - openhab-addons.git/commitdiff
Aligned spelling of DWD bindings (#8739)
authorChristoph Weitkamp <github@christophweitkamp.de>
Mon, 12 Oct 2020 15:14:21 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 15:14:21 +0000 (17:14 +0200)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.dwdpollenflug/README.md
bundles/org.openhab.binding.dwdpollenflug/pom.xml
bundles/org.openhab.binding.dwdpollenflug/src/main/resources/OH-INF/binding/binding.xml
bundles/org.openhab.binding.dwdunwetter/README.md
bundles/org.openhab.binding.dwdunwetter/pom.xml
bundles/org.openhab.binding.dwdunwetter/src/main/feature/feature.xml

index a882215933cd783bc8d6ef9ee38e69c99bc5636b..a41823b906cc25cc8f4594939ea939aeea2e659d 100644 (file)
@@ -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: 
index fe7f20862518c56fc6482b9ece78de0e51d15c82..40a23f05d0872538dce74b37b9340e5e74d523db 100644 (file)
@@ -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>
index 31b817f4ce151f46c56ca5133ee9f9c904c4a898..91a3a8a9a4770da2bf01f113f8d4550ef1041261 100644 (file)
@@ -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>
index 6bb3037fd89972c8070576258b583a007669ddac..f12d8cd1c25c6844239a33df2ce099d6c199837d 100644 (file)
@@ -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.
index 9ca3a1966ab6a86f39446bf0c83ba459ed4731da..5280aebac85a4eee2b605bcdabea421fddb373d3 100644 (file)
@@ -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>
index 94b1988e847e667079a6e2e179ff190f9ce63cc0..4b8d1876b2e3e8cfb7fe524d795e084525689e19 100644 (file)
@@ -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>