Skip to content

Commit

Permalink
Rename add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanliston committed Jul 6, 2021
1 parent 4fdcba0 commit 7b7f8c7
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hassio-to-pubsub/config.json → pubsub/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Home Assistant to Pub/Sub",
"version": "dev",
"slug": "hassio-addon-pubsub",
"slug": "pubsub",
"description": "Publishes Home Assistant events from multiple homes to Google Pub/Sub",
"url": "https://github.com/a2i2/hassio-addon-pubsub",
"arch": ["aarch64"],
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion hassio-to-pubsub/rootfs/run.sh → pubsub/rootfs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export GOOGLE_APPLICATION_CREDENTIALS="/service_account.json"
export WEBSOCKET_URL="http://supervisor/core/websocket"
export ACCESS_TOKEN="${SUPERVISOR_TOKEN}"

python3 /usr/local/src/hassio-to-pubsub/main.py
python3 /usr/local/src/pubsub/main.py
File renamed without changes.
File renamed without changes.

0 comments on commit 7b7f8c7

Please sign in to comment.