⬆️ 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 # Changelog
## 5
- Update Hass.io CLI to 1.4.0
- Add new API role profile
## 4.9 ## 4.9
- Fix git repo detection in config-dir - #372 - Fix git repo detection in config-dir - #372
- Fix repeat option detection - #375 - Fix repeat option detection - #375

View File

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

View File

@@ -1,12 +1,13 @@
{ {
"name": "Git pull", "name": "Git pull",
"version": "4.9", "version": "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/",
"startup": "services", "startup": "services",
"boot": "manual", "boot": "manual",
"hassio_api": true, "hassio_api": true,
"hassio_role": "homeassistant",
"map": ["config:rw"], "map": ["config:rw"],
"options": { "options": {
"deployment_key": [], "deployment_key": [],

View File

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

View File

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

View File

@@ -1,12 +1,13 @@
{ {
"name": "SSH server", "name": "SSH server",
"version": "3.7", "version": "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/",
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"hassio_role": "manager",
"ports": { "ports": {
"22/tcp": 22 "22/tcp": 22
}, },