[dsmr] Use lower-case country codes in addon.xml (#14778)

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>
This commit is contained in:
Wouter Born
2023-04-12 12:53:35 +02:00
committed by GitHub
parent b145ef4186
commit ada1763cf8
@@ -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>