mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-25 07:45:44 +01:00
Rename all keys & consts from repositorie to repository (#173)
* Change key repositorie to repository Patch bump version * Change const REPOSITORIE to REPOSITORY * Correct the key interpolation from /data/options.json * Pump version for config changes * Update config
This commit is contained in:
committed by
Pascal Vizeli
parent
0c1718e51c
commit
579d2168df
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"name": "Git pull",
|
||||
"version": "0.3",
|
||||
"version": "1.0",
|
||||
"slug": "git_pull",
|
||||
"description": "Simple git pull to update the local configuration",
|
||||
"url": "https://home-assistant.io/addons/git_pull/",
|
||||
"startup": "services",
|
||||
"boot": "manual",
|
||||
"hassio_api": true,
|
||||
"map": ["config:rw"],
|
||||
"options": {
|
||||
"repositorie": null,
|
||||
"repository": null,
|
||||
"auto_restart": false,
|
||||
"repeat": {
|
||||
"active": false,
|
||||
@@ -16,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"schema": {
|
||||
"repositorie": "url",
|
||||
"repository": "url",
|
||||
"auto_restart": "bool",
|
||||
"repeat": {
|
||||
"active": "bool",
|
||||
|
||||
Reference in New Issue
Block a user