⬆️ Upgrades hassio-cli to v2.2.0 (#559)

This commit is contained in:
Franck Nijhof
2019-04-01 12:14:57 +02:00
committed by Pascal Vizeli
parent e4ea67c64d
commit bbee3edd4a
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 5.4
- Update Hass.io CLI to 2.2.0
## 5.3
- Fix: User root not allowed because account is locked

View File

@@ -1,5 +1,5 @@
{
"args": {
"CLI_VERSION": "2.1.0"
"CLI_VERSION": "2.2.0"
}
}

View File

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