Update New CLI (#500)

* Update New CLI

* Fix shell

* ssh: Include hassio bash completion (#501)
This commit is contained in:
Pascal Vizeli
2019-01-09 13:59:44 +01:00
committed by GitHub
parent d8bbc59e95
commit e8fa8aa5c8
47 changed files with 25 additions and 43 deletions

View File

@@ -1,12 +1,15 @@
# Changelog
## 7.0
- Update Hass.io CLI to 2.0.1
## 6.1
- Bugfix in git diff command while comparing commits
## 6
## 6.0
- Allow to disable Home Assistant restart for specific file changes
## 5
## 5.0
- Update Hass.io CLI to 1.4.0
- Add new API role profile

View File

@@ -16,6 +16,5 @@ RUN apk add --no-cache curl \
# Copy data
COPY run.sh /
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]

View File

@@ -1,5 +1,5 @@
{
"args": {
"CLI_VERSION": "1.4.0"
"CLI_VERSION": "2.0.1"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "Git pull",
"version": "6.1",
"version": "7.0",
"slug": "git_pull",
"description": "Simple git pull to update the local configuration",
"url": "https://home-assistant.io/addons/git_pull/",

0
git_pull/run.sh Normal file → Executable file
View File