[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: 257652aafc/.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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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>