Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
update to Assistant Relay v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Apipa169 committed Dec 3, 2019
1 parent 67edd7b commit c17f913
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
8 changes: 7 additions & 1 deletion assistant_relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 6.3
## 0.6.4
Update to Assistant Relay v3.0.6

Release Notes notes:
- Fixed a bug that set invalid date when clearing quiet hours times

## 0.6.3
This add-on is now using a new image. This makes the installation more stable and faster.

It also updates Assistant Relay to version 3.0.5
2 changes: 1 addition & 1 deletion assistant_relay/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Assistant Relay",
"version": "0.6.3",
"version": "0.6.4",
"slug": "assistant_relay",
"description": "Send (broadcast) commands to your Google Assistant via REST command",
"arch": ["amd64", "armv7"],
Expand Down
2 changes: 1 addition & 1 deletion docker files/amd64/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir /assistant_relay \

WORKDIR /assistant_relay

RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.0.5/release.zip \
RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.0.6/release.zip \
&& unzip release.zip \
&& rm release.zip \
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/helpers/server.js \
Expand Down
5 changes: 3 additions & 2 deletions docker files/armv7/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir /assistant_relay \

WORKDIR /assistant_relay

RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.0.5/release.zip \
RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.0.6/release.zip \
&& unzip release.zip \
&& rm release.zip \
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/helpers/server.js \
Expand All @@ -24,6 +24,7 @@ RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.0.5/re
&& sed -i -e 's#bin/audio-responses/#/data/audio-responses/#g' /assistant_relay/helpers/server.js \
&& npm i

COPY run.sh /
WORKDIR /
RUN wget https://raw.githubusercontent.com/Apipa169/Assistant-Relay-for-Hassio/master/docker%20files/armv7/run.sh
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]

0 comments on commit c17f913

Please sign in to comment.