mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[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:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user