mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 14:06:28 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
92a527dfa2
commit
a15fc8c4db
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Openproject for Home Assistant",
|
||||
"environment": {
|
||||
@@ -11,7 +14,10 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
||||
"init": false,
|
||||
"map": ["addon_config:rw", "share:rw"],
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"name": "Openproject",
|
||||
"options": {
|
||||
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
||||
|
||||
Reference in New Issue
Block a user