frenck / action-addon-linter

🚀 Frenck's GitHub Action for linting Home Assistant Add-ons.
MIT License
9 stars 3 forks source link

Fix add-on config map check regular expression #12

Closed frenck closed 3 years ago

frenck commented 3 years ago

Fixes an issue where the map wasn't validated correctly.

This wasn't considered valid for the mapping configuration:

{
  "map": ["ssl:rw"]
}