Update Hass.io CLI to 3.1.1 (#885)

This commit is contained in:
Franck Nijhof
2019-12-13 11:05:07 +01:00
committed by GitHub
parent 702caae41b
commit 30ba4cdb53
3 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 7.7
- Update Hass.io CLI to 3.1.1
## 7.6 ## 7.6
- Update Hass.io CLI to 3.1.0 - Update Hass.io CLI to 3.1.0

View File

@@ -1,5 +1,5 @@
{ {
"args": { "args": {
"CLI_VERSION": "3.1.0" "CLI_VERSION": "3.1.1"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Git pull", "name": "Git pull",
"version": "7.6", "version": "7.7",
"slug": "git_pull", "slug": "git_pull",
"description": "Simple git pull to update the local configuration", "description": "Simple git pull to update the local configuration",
"url": "https://home-assistant.io/addons/git_pull/", "url": "https://home-assistant.io/addons/git_pull/",
@@ -21,10 +21,7 @@
"git_prune": false, "git_prune": false,
"repository": null, "repository": null,
"auto_restart": false, "auto_restart": false,
"restart_ignore": [ "restart_ignore": ["ui-lovelace.yaml", ".gitignore"],
"ui-lovelace.yaml",
".gitignore"
],
"repeat": { "repeat": {
"active": false, "active": false,
"interval": 300 "interval": 300
@@ -39,7 +36,7 @@
"git_command": "match(pull|reset)", "git_command": "match(pull|reset)",
"git_remote": "str", "git_remote": "str",
"git_prune": "bool", "git_prune": "bool",
"repository": "match((?:.+):(\/\/)?(.*?)(\\.git)(\/?|\\#[-\\d\\w._]+?))", "repository": "match((?:.+):(//)?(.*?)(\\.git)(/?|\\#[-\\d\\w._]+?))",
"auto_restart": "bool", "auto_restart": "bool",
"restart_ignore": ["str"], "restart_ignore": ["str"],
"repeat": { "repeat": {