mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-19 06:04:21 +01:00
Bugfix google assistant (#290)
* Update Dockerfile * Update config.json * Update CHANGELOG.md
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1
|
||||||
|
- Bugfix OAuth webinterface
|
||||||
|
|
||||||
## 1.0
|
## 1.0
|
||||||
- Update Google Assistant SDK 0.4.4
|
- Update Google Assistant SDK 0.4.4
|
||||||
- Update Google Assistant Library 0.1.1
|
- Update Google Assistant Library 0.1.1
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ FROM $BUILD_FROM
|
|||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y jq tzdata python3 python3-dev python3-pip \
|
&& apt-get install -y \
|
||||||
python3-six python3-pyasn1 libportaudio2 alsa-utils \
|
jq tzdata python3 python3-dev python3-pip libportaudio2 alsa-utils \
|
||||||
&& pip3 install google-assistant-library google-auth requests_oauthlib cherrypy \
|
&& pip3 install google-assistant-library google-auth requests_oauthlib cherrypy \
|
||||||
&& apt-get remove -y --purge python3-pip python3-dev \
|
&& apt-get remove -y --purge python3-pip python3-dev \
|
||||||
&& apt-get clean -y \
|
&& apt-get clean -y \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Google Assistant",
|
"name": "Google Assistant",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"slug": "google_assistant",
|
"slug": "google_assistant",
|
||||||
"description": "A virtual personal assistant developed by Google",
|
"description": "A virtual personal assistant developed by Google",
|
||||||
"url": "https://home-assistant.io/addons/google_assistant/",
|
"url": "https://home-assistant.io/addons/google_assistant/",
|
||||||
|
|||||||
Reference in New Issue
Block a user