Bugfix google assistant (#290)

* Update Dockerfile

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
Pascal Vizeli
2018-05-08 15:18:29 +02:00
committed by GitHub
parent 1615a9ee7b
commit d2d1d8aa01
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 1.1
- Bugfix OAuth webinterface
## 1.0
- Update Google Assistant SDK 0.4.4
- Update Google Assistant Library 0.1.1

View File

@@ -3,8 +3,8 @@ FROM $BUILD_FROM
# Install packages
RUN apt-get update \
&& apt-get install -y jq tzdata python3 python3-dev python3-pip \
python3-six python3-pyasn1 libportaudio2 alsa-utils \
&& apt-get install -y \
jq tzdata python3 python3-dev python3-pip libportaudio2 alsa-utils \
&& pip3 install google-assistant-library google-auth requests_oauthlib cherrypy \
&& apt-get remove -y --purge python3-pip python3-dev \
&& apt-get clean -y \

View File

@@ -1,6 +1,6 @@
{
"name": "Google Assistant",
"version": "1.0",
"version": "1.1",
"slug": "google_assistant",
"description": "A virtual personal assistant developed by Google",
"url": "https://home-assistant.io/addons/google_assistant/",