mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
SSH: add bluetooth support & update cli (#1580)
* SSH: add bluetooth support & update cli * Fix changelog
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 8.9.0
|
||||||
|
|
||||||
|
- Update Home Assistant CLI to 4.4.1
|
||||||
|
- Add Bluetooth support
|
||||||
|
|
||||||
## 8.8.1
|
## 8.8.1
|
||||||
|
|
||||||
- Support new media folder
|
- Support new media folder
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"i386": "homeassistant/i386-base:3.12"
|
"i386": "homeassistant/i386-base:3.12"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"CLI_VERSION": "4.4.1",
|
"CLI_VERSION": "4.5.0",
|
||||||
"LIBWEBSOCKETS_VERSION": "v3.2.2",
|
"LIBWEBSOCKETS_VERSION": "v3.2.2",
|
||||||
"TTYD_VERSION": "1.6.0"
|
"TTYD_VERSION": "1.6.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Terminal & SSH",
|
"name": "Terminal & SSH",
|
||||||
"version": "8.8.1",
|
"version": "8.9.0",
|
||||||
"slug": "ssh",
|
"slug": "ssh",
|
||||||
"description": "Allow logging in remotely to Home Assistant using SSH",
|
"description": "Allow logging in remotely to Home Assistant using SSH",
|
||||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
"init": false,
|
"init": false,
|
||||||
"advanced": true,
|
"advanced": true,
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
|
"host_dbus": true,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"panel_icon": "mdi:console",
|
"panel_icon": "mdi:console",
|
||||||
"panel_title": "Terminal",
|
"panel_title": "Terminal",
|
||||||
|
|||||||
Reference in New Issue
Block a user