Skip to content

Commit

Permalink
Update Hass.io CLI to 3.1.1 (home-assistant#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 13, 2019
1 parent 702caae commit 30ba4cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions git_pull/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.7

- Update Hass.io CLI to 3.1.1

## 7.6

- Update Hass.io CLI to 3.1.0
Expand Down
2 changes: 1 addition & 1 deletion git_pull/build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"args": {
"CLI_VERSION": "3.1.0"
"CLI_VERSION": "3.1.1"
}
}
9 changes: 3 additions & 6 deletions git_pull/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Git pull",
"version": "7.6",
"version": "7.7",
"slug": "git_pull",
"description": "Simple git pull to update the local configuration",
"url": "https://home-assistant.io/addons/git_pull/",
Expand All @@ -21,10 +21,7 @@
"git_prune": false,
"repository": null,
"auto_restart": false,
"restart_ignore": [
"ui-lovelace.yaml",
".gitignore"
],
"restart_ignore": ["ui-lovelace.yaml", ".gitignore"],
"repeat": {
"active": false,
"interval": 300
Expand All @@ -39,7 +36,7 @@
"git_command": "match(pull|reset)",
"git_remote": "str",
"git_prune": "bool",
"repository": "match((?:.+):(\/\/)?(.*?)(\\.git)(\/?|\\#[-\\d\\w._]+?))",
"repository": "match((?:.+):(//)?(.*?)(\\.git)(/?|\\#[-\\d\\w._]+?))",
"auto_restart": "bool",
"restart_ignore": ["str"],
"repeat": {
Expand Down

0 comments on commit 30ba4cd

Please sign in to comment.