diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index 58069ae..a8e0016 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -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 diff --git a/git_pull/build.json b/git_pull/build.json index 010c804..d5d36d0 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "3.1.0" + "CLI_VERSION": "3.1.1" } } diff --git a/git_pull/config.json b/git_pull/config.json index e4d96f8..4fdf95f 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -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/", @@ -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 @@ -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": {