From 5a567cbfb3a5f899a546d9bd9729e5d46602fe70 Mon Sep 17 00:00:00 2001 From: Rohan Liston Date: Tue, 6 Jul 2021 16:01:35 +1000 Subject: [PATCH] Rename add-on --- {pubsub => hassio-to-pubsub}/.README.j2 | 0 {pubsub => hassio-to-pubsub}/DOCS.md | 0 {pubsub => hassio-to-pubsub}/Dockerfile | 0 {pubsub => hassio-to-pubsub}/build.json | 0 {pubsub => hassio-to-pubsub}/config.json | 4 ++-- {pubsub => hassio-to-pubsub}/icon.png | Bin {pubsub => hassio-to-pubsub}/logo.png | Bin {pubsub => hassio-to-pubsub}/requirements.txt | 0 {pubsub => hassio-to-pubsub}/rootfs/run.sh | 0 .../usr/local/src/hassio-to-pubsub}/entityfilter.py | 0 .../rootfs/usr/local/src/hassio-to-pubsub}/main.py | 0 {pubsub => hassio-to-pubsub}/translations/en.yaml | 0 12 files changed, 2 insertions(+), 2 deletions(-) rename {pubsub => hassio-to-pubsub}/.README.j2 (100%) rename {pubsub => hassio-to-pubsub}/DOCS.md (100%) rename {pubsub => hassio-to-pubsub}/Dockerfile (100%) rename {pubsub => hassio-to-pubsub}/build.json (100%) rename {pubsub => hassio-to-pubsub}/config.json (91%) rename {pubsub => hassio-to-pubsub}/icon.png (100%) rename {pubsub => hassio-to-pubsub}/logo.png (100%) rename {pubsub => hassio-to-pubsub}/requirements.txt (100%) rename {pubsub => hassio-to-pubsub}/rootfs/run.sh (100%) rename {pubsub/rootfs/usr/local/src/pubsub => hassio-to-pubsub/rootfs/usr/local/src/hassio-to-pubsub}/entityfilter.py (100%) rename {pubsub/rootfs/usr/local/src/pubsub => hassio-to-pubsub/rootfs/usr/local/src/hassio-to-pubsub}/main.py (100%) rename {pubsub => hassio-to-pubsub}/translations/en.yaml (100%) diff --git a/pubsub/.README.j2 b/hassio-to-pubsub/.README.j2 similarity index 100% rename from pubsub/.README.j2 rename to hassio-to-pubsub/.README.j2 diff --git a/pubsub/DOCS.md b/hassio-to-pubsub/DOCS.md similarity index 100% rename from pubsub/DOCS.md rename to hassio-to-pubsub/DOCS.md diff --git a/pubsub/Dockerfile b/hassio-to-pubsub/Dockerfile similarity index 100% rename from pubsub/Dockerfile rename to hassio-to-pubsub/Dockerfile diff --git a/pubsub/build.json b/hassio-to-pubsub/build.json similarity index 100% rename from pubsub/build.json rename to hassio-to-pubsub/build.json diff --git a/pubsub/config.json b/hassio-to-pubsub/config.json similarity index 91% rename from pubsub/config.json rename to hassio-to-pubsub/config.json index 5e67839..0f366de 100644 --- a/pubsub/config.json +++ b/hassio-to-pubsub/config.json @@ -1,9 +1,9 @@ { "name": "Home Assistant to Pub/Sub", "version": "dev", - "slug": "pubsub", + "slug": "hassio-to-pubsub", "description": "Publishes Home Assistant events from multiple homes to Google Pub/Sub", - "url": "https://github.com/a2i2/hassio-addon-pubsub", + "url": "https://github.com/a2i2/hassio-to-pubsub", "arch": ["aarch64"], "homeassistant_api": true, "options": { diff --git a/pubsub/icon.png b/hassio-to-pubsub/icon.png similarity index 100% rename from pubsub/icon.png rename to hassio-to-pubsub/icon.png diff --git a/pubsub/logo.png b/hassio-to-pubsub/logo.png similarity index 100% rename from pubsub/logo.png rename to hassio-to-pubsub/logo.png diff --git a/pubsub/requirements.txt b/hassio-to-pubsub/requirements.txt similarity index 100% rename from pubsub/requirements.txt rename to hassio-to-pubsub/requirements.txt diff --git a/pubsub/rootfs/run.sh b/hassio-to-pubsub/rootfs/run.sh similarity index 100% rename from pubsub/rootfs/run.sh rename to hassio-to-pubsub/rootfs/run.sh diff --git a/pubsub/rootfs/usr/local/src/pubsub/entityfilter.py b/hassio-to-pubsub/rootfs/usr/local/src/hassio-to-pubsub/entityfilter.py similarity index 100% rename from pubsub/rootfs/usr/local/src/pubsub/entityfilter.py rename to hassio-to-pubsub/rootfs/usr/local/src/hassio-to-pubsub/entityfilter.py diff --git a/pubsub/rootfs/usr/local/src/pubsub/main.py b/hassio-to-pubsub/rootfs/usr/local/src/hassio-to-pubsub/main.py similarity index 100% rename from pubsub/rootfs/usr/local/src/pubsub/main.py rename to hassio-to-pubsub/rootfs/usr/local/src/hassio-to-pubsub/main.py diff --git a/pubsub/translations/en.yaml b/hassio-to-pubsub/translations/en.yaml similarity index 100% rename from pubsub/translations/en.yaml rename to hassio-to-pubsub/translations/en.yaml