From 43ec3738c6d19a443ed97b60d68543d0ede3fdfa Mon Sep 17 00:00:00 2001 From: Florian Wartner Date: Tue, 23 Jul 2024 16:00:58 +0200 Subject: [PATCH] WIP :star: --- custom_components/openwakeword-installer/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/openwakeword-installer/const.py b/custom_components/openwakeword-installer/const.py index 9cbde20..47c0e79 100644 --- a/custom_components/openwakeword-installer/const.py +++ b/custom_components/openwakeword-installer/const.py @@ -1,4 +1,5 @@ DOMAIN = "wakeword_installer" +CONF_REPOSITORIES = "repositories" CONF_REPOSITORY_URL = "repository_url" CONF_FOLDER_PATH = "folder_path" CONF_SCAN_INTERVAL = "scan_interval"