⬆️ Upgrades Hassio CLI to 1.4.0 (#411)

* ⬆️ Upgrades Hassio CLI to 1.4.0

* Update CHANGELOG.md

* Update config.json

* Update CHANGELOG.md

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
Franck Nijhof
2018-09-23 01:27:37 +02:00
committed by Pascal Vizeli
parent 5b4f0a73ff
commit c47b3673de
6 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 4
- Update Hass.io CLI to 1.4.0
- Add new API role profile
## 3.7
- Add YAML highlighting for nano

View File

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

View File

@@ -1,12 +1,13 @@
{
"name": "SSH server",
"version": "3.7",
"version": "4",
"slug": "ssh",
"description": "Allows connections over SSH",
"url": "https://home-assistant.io/addons/ssh/",
"startup": "services",
"boot": "auto",
"hassio_api": true,
"hassio_role": "manager",
"ports": {
"22/tcp": 22
},