mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
⬆️ 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:
committed by
Pascal Vizeli
parent
5b4f0a73ff
commit
c47b3673de
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 5
|
||||
- Update Hass.io CLI to 1.4.0
|
||||
- Add new API role profile
|
||||
|
||||
## 4.9
|
||||
- Fix git repo detection in config-dir - #372
|
||||
- Fix repeat option detection - #375
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"args": {
|
||||
"CLI_VERSION": "1.3.1"
|
||||
"CLI_VERSION": "1.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "Git pull",
|
||||
"version": "4.9",
|
||||
"version": "5",
|
||||
"slug": "git_pull",
|
||||
"description": "Simple git pull to update the local configuration",
|
||||
"url": "https://home-assistant.io/addons/git_pull/",
|
||||
"startup": "services",
|
||||
"boot": "manual",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "homeassistant",
|
||||
"map": ["config:rw"],
|
||||
"options": {
|
||||
"deployment_key": [],
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"args": {
|
||||
"CLI_VERSION": "1.3.1"
|
||||
"CLI_VERSION": "1.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user