mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Nextcloud for Homeassistant",
|
||||
"devices": [
|
||||
@@ -122,10 +119,7 @@
|
||||
"443/tcp": "Https Web Interface",
|
||||
"80/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"Full_Text_Search": "bool?",
|
||||
"OCR": "bool?",
|
||||
@@ -152,9 +146,7 @@
|
||||
"trusted_domains": "str?",
|
||||
"use_own_certs": "bool"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "nextcloud_ocr",
|
||||
"uart": true,
|
||||
"udev": true,
|
||||
|
||||
Reference in New Issue
Block a user