SSH: add bluetooth support & update cli (#1580)

* SSH: add bluetooth support & update cli

* Fix changelog
This commit is contained in:
Pascal Vizeli
2020-09-16 18:43:59 +02:00
committed by GitHub
parent d8e163fc58
commit 4662fa4b92
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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"
} }

View File

@@ -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",