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
|
# 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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"args": {
|
"args": {
|
||||||
"CLI_VERSION": "1.3.1"
|
"CLI_VERSION": "1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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": [],
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"args": {
|
"args": {
|
||||||
"CLI_VERSION": "1.3.1"
|
"CLI_VERSION": "1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user