mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 23:17:38 +01:00
test
This commit is contained in:
35
test/config.json
Normal file
35
test/config.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "manual",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Automatic addons update by aligning version tag with upstream releases",
|
||||
"environment": {
|
||||
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/null-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "ZZ Fake addon, used to test my builds",
|
||||
"options": {
|
||||
"gitapi": "gitapi",
|
||||
"gituser": "gituser",
|
||||
"repository": "alexbelgium/hassio-addons"
|
||||
},
|
||||
"schema": {
|
||||
"dry_run": "bool?",
|
||||
"gitapi": "str",
|
||||
"gitmail": "str?",
|
||||
"gituser": "str",
|
||||
"repository": "str",
|
||||
"verbose": "bool?"
|
||||
},
|
||||
"slug": "test",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
|
||||
"version": "3.18.3"
|
||||
}
|
||||
Reference in New Issue
Block a user