Update Hass.io CLI 1.2.1 (#251)

This commit is contained in:
Pascal Vizeli
2018-02-25 13:48:13 +01:00
committed by GitHub
parent d169c946b0
commit f9527761e6
6 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
## 4.5
- Update Hass.io CLI to 1.2.1
## 4.4 ## 4.4
- Update Hass.io CLI to 1.1.2 - Update Hass.io CLI to 1.1.2

View File

@@ -1,5 +1,5 @@
{ {
"args": { "args": {
"CLI_VERSION": "1.1.2" "CLI_VERSION": "1.2.1"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Git pull", "name": "Git pull",
"version": "4.4", "version": "4.5",
"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/",

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
## 3.4
- Update Hass.io CLI to 1.2.1
## 3.3 ## 3.3
- Update Hass.io CLI to 1.1.2 - Update Hass.io CLI to 1.1.2

View File

@@ -1,5 +1,5 @@
{ {
"args": { "args": {
"CLI_VERSION": "1.1.2" "CLI_VERSION": "1.2.1"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "SSH server", "name": "SSH server",
"version": "3.3", "version": "3.4",
"slug": "ssh", "slug": "ssh",
"description": "Allows connections over SSH", "description": "Allows connections over SSH",
"url": "https://home-assistant.io/addons/ssh/", "url": "https://home-assistant.io/addons/ssh/",