From 9b30b99d268195372e32ba9249ed692e700d7a57 Mon Sep 17 00:00:00 2001 From: Paul Romkes Date: Sat, 28 Mar 2020 10:09:53 +0100 Subject: [PATCH] Add url's in config.json --- mycroft-precise/config.json | 1 + rhasspy/config.json | 1 + snowboy/config.json | 1 + 3 files changed, 3 insertions(+) diff --git a/mycroft-precise/config.json b/mycroft-precise/config.json index 21004f3..5397ffe 100644 --- a/mycroft-precise/config.json +++ b/mycroft-precise/config.json @@ -3,6 +3,7 @@ "slug": "precise-rhasspy", "version": "0.2.0-4", "description": "Mycroft Precise wake word detection (Mycroft.ai) for Rhasspy voice assistant", + "url": "https://github.com/synesthesiam/hassio-addons/tree/master/mycroft-precise", "startup": "application", "boot": "auto", "map": ["share:rw"], diff --git a/rhasspy/config.json b/rhasspy/config.json index ab0e96d..12cb09d 100644 --- a/rhasspy/config.json +++ b/rhasspy/config.json @@ -3,6 +3,7 @@ "slug": "rhasspy", "version": "2.4.19", "description": "Offline voice assistant for Home Assistant", + "url": "https://github.com/synesthesiam/hassio-addons/tree/master/rhasspy", "startup": "application", "arch": [ "aarch64", diff --git a/snowboy/config.json b/snowboy/config.json index a25c04f..e5b522a 100644 --- a/snowboy/config.json +++ b/snowboy/config.json @@ -3,6 +3,7 @@ "slug": "snowboy-rhasspy", "version": "1.3.0-4", "description": "Snowboy wake word detection (Kitt.ai) for Rhasspy voice assistant", + "url": "https://github.com/synesthesiam/hassio-addons/tree/master/snowboy", "startup": "application", "boot": "auto", "map": ["share:rw"],