From 81387b0ea587924ab2dfa36fe18088da4b9503d9 Mon Sep 17 00:00:00 2001 From: j1nx Date: Tue, 23 Feb 2021 15:18:10 +0100 Subject: [PATCH] Remove enclosure and mycroftgui skills from priority skills --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index f813741b..3357feee 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -39,7 +39,7 @@ }, "skills": { "blacklisted_skills": ["mycroft-pairing.mycroftai", "mycroft-volume.mycroftai"], - "priority_skills": ["skill-ovos-volume", "skill-ovos-pairing", "skill-balena-wifi-setup", "skill-ovos-enclosure", "skill-ovos-mycroftgui"] + "priority_skills": ["skill-ovos-volume", "skill-ovos-pairing", "skill-balena-wifi-setup"] }, "log_level": "INFO" }