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:
Thibault Maekelbergh
2017-08-25 15:28:50 +02:00
committed by Pascal Vizeli
parent 0c1718e51c
commit 579d2168df
2 changed files with 8 additions and 7 deletions

View File

@@ -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",