fix bluez

This commit is contained in:
Pascal Vizeli
2020-09-16 18:53:43 +02:00
parent 4662fa4b92
commit 0a0b57b7cf
3 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -18,6 +18,7 @@ RUN \
bash-completion \
pulseaudio-utils \
alsa-plugins-pulse \
bluez \
git \
libuv \
mosquitto-clients \

View File

@@ -1,6 +1,6 @@
{
"name": "Terminal & SSH",
"version": "8.9.0",
"version": "8.9.1",
"slug": "ssh",
"description": "Allow logging in remotely to Home Assistant using SSH",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",