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

Commit

Permalink
Updtae to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Apipa169 committed Dec 7, 2019
1 parent 4a9ecdc commit 742f69d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
10 changes: 7 additions & 3 deletions assistant_relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 0.7.1
Temp fix for issue #9 Cannot destructure property `user`
## 0.7.2
Update to Assistant Relay v3.1.3

- Fixed a bug that stopped /assistant from working (#9)

## 0.7
Upgrade to Assistant Relay v3.1.2
Expand All @@ -10,4 +12,6 @@ Changes in earlier versions, which is also new in this add-on:

- Fixed a bug that stopped commands from working
- Fixed a bug that prevented the configuration being saved
- Removed the need for the user to enter the server IP and port
- Removed the need for the user to enter the server IP and port


4 changes: 2 additions & 2 deletions assistant_relay/config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "Assistant Relay",
"version": "0.7.1",
"version": "0.7.2",
"slug": "assistant_relay",
"description": "Send (broadcast) commands to your Google Assistant via REST command",
"arch": ["amd64", "armv7"],
"startup": "before",
"url": "https://github.com/Apipa169/Assistant-Relay-for-Hassio",
"boot": "auto",
"webui":"http://[HOST]:[PORT:3000]",
"options": {
},
"schema": {},
"ports": {
"3000/tcp": 3000
},
"webui":"http://[HOST]:[PORT:3000]",
"image": "apipa169/{arch}-hassio-assistant_relay"
}
9 changes: 8 additions & 1 deletion assistant_relay_beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.2
Update to Assistant Relay v3.1.3

- Fixed a bug that stopped /assistant from working (#9)

## 0.7
Upgrade to Assistant Relay v3.1.2

Expand All @@ -7,4 +12,6 @@ Changes in earlier versions, which is also new in this add-on:

- Fixed a bug that stopped commands from working
- Fixed a bug that prevented the configuration being saved
- Removed the need for the user to enter the server IP and port
- Removed the need for the user to enter the server IP and port


2 changes: 1 addition & 1 deletion assistant_relay_beta/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Assistant Relay BETA",
"version": "0.7",
"version": "0.7.2",
"slug": "assistant_relay_beta",
"description": "Send (broadcast) commands to your Google Assistant via REST command",
"arch": ["amd64", "armv7"],
Expand Down

0 comments on commit 742f69d

Please sign in to comment.