frenck / action-addon-linter

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

Fix 'homeassistant' property to be of type string #18

Closed frenck closed 3 years ago

frenck commented 3 years ago

Fixes an issue in the configuration schema, where the Home Assistant minimal version expected a boolean. This of course should be a string.

{
  "homeassistant": "2021.1"
}