Skip to content

Commit

Permalink
Update add-on configuration for Supervisor 2021.2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 8, 2021
1 parent 5308c3e commit 1eaaf22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: 🚀 Run Add-on Lint
uses: frenck/action-addon-linter@v1.4
uses: frenck/action-addon-linter@v2.0.0
with:
community: true
path: "./${{ needs.information.outputs.target }}"
Expand Down
2 changes: 1 addition & 1 deletion appdaemon/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"init": false,
"homeassistant_api": true,
"auto_uart": true,
"uart": true,
"ports": {
"5050/tcp": 5050
},
Expand Down

0 comments on commit 1eaaf22

Please sign in to comment.