mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04: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
|
||||
|
||||
## 8.9.0
|
||||
|
||||
- Update Home Assistant CLI to 4.4.1
|
||||
- Add Bluetooth support
|
||||
|
||||
## 8.8.1
|
||||
|
||||
- Support new media folder
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"i386": "homeassistant/i386-base:3.12"
|
||||
},
|
||||
"args": {
|
||||
"CLI_VERSION": "4.4.1",
|
||||
"CLI_VERSION": "4.5.0",
|
||||
"LIBWEBSOCKETS_VERSION": "v3.2.2",
|
||||
"TTYD_VERSION": "1.6.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Terminal & SSH",
|
||||
"version": "8.8.1",
|
||||
"version": "8.9.0",
|
||||
"slug": "ssh",
|
||||
"description": "Allow logging in remotely to Home Assistant using SSH",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
|
||||
@@ -8,6 +8,7 @@
|
||||
"init": false,
|
||||
"advanced": true,
|
||||
"startup": "services",
|
||||
"host_dbus": true,
|
||||
"ingress": true,
|
||||
"panel_icon": "mdi:console",
|
||||
"panel_title": "Terminal",
|
||||
|
||||
Reference in New Issue
Block a user