⬆️ Upgrades Home Assistant CLI to v4.9.0 (#1692)

This commit is contained in:
Franck Nijhof
2020-11-26 15:43:22 +01:00
committed by GitHub
parent ca92f8064b
commit 474d3204db
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 8.10.0
- Update Home Assistant CLI to 4.9.0
## 8.9.1 ## 8.9.1
- Fix bluez package - Fix bluez package

View File

@@ -7,7 +7,7 @@
"i386": "homeassistant/i386-base:3.12" "i386": "homeassistant/i386-base:3.12"
}, },
"args": { "args": {
"CLI_VERSION": "4.5.0", "CLI_VERSION": "4.9.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.9.1", "version": "8.10.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",