]> git.basschouten.com Git - openhab-addons.git/commitdiff
[dsmr] Use lower-case country codes in addon.xml (#14778)
authorWouter Born <github@maindrain.net>
Wed, 12 Apr 2023 10:53:35 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2023 10:53:35 +0000 (12:53 +0200)
When using upper-case country codes the XSD pattern does not match and IDEs will show errors for this.

See: https://github.com/openhab/website/blob/257652aafc8a4ff56a2d75198f910abba7445a3d/.vuepress/public/schemas/addon-1.0.0.xsd#L60-L64

Signed-off-by: Wouter Born <github@maindrain.net>
bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/addon/addon.xml

index 436f6767cd4f1be994dd19cc980d40833363a0db..4b89fd94406b41240bf59b5d1430fa856b32dc93 100644 (file)
@@ -7,5 +7,5 @@
        <name>DSMR Binding</name>
        <description>This binding integrates Dutch, Belgium, Luxembourg and Austrian Smart Meters</description>
        <connection>local</connection>
-       <countries>NL,BE,LU,AT</countries>
+       <countries>nl,be,lu,at</countries>
 </addon:addon>