mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +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
|
||||
|
||||
## 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