Skip to content

Commit

Permalink
Update add-on configuration for Supervisor 2021.2 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 8, 2021
1 parent 7d107de commit 5f8a384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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/checkout@v2.3.4
- 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
5 changes: 3 additions & 2 deletions ssh/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"services": ["mysql:want", "mqtt:want"],
"homeassistant_api": true,
"host_network": true,
"auto_uart": true,
"uart": true,
"usb": true,
"gpio": true,
"audio": true,
"apparmor": false,
Expand All @@ -32,7 +33,7 @@
"docker_api": true,
"full_access": true,
"privileged": ["NET_ADMIN", "SYS_ADMIN", "SYS_RAWIO", "SYS_TIME", "SYS_NICE"],
"devices": ["/dev/mem:/dev/mem:rwm"],
"devices": ["/dev/mem"],
"map": [
"config:rw",
"ssl:rw",
Expand Down

0 comments on commit 5f8a384

Please sign in to comment.