From 7a4d475d6f21bdd00a1723c1f0208f2411472803 Mon Sep 17 00:00:00 2001 From: j1nx Date: Thu, 10 Jun 2021 16:06:12 +0200 Subject: [PATCH] Add both skill-weather and ovos-skills-info to 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 4f063dcd..9aa03129 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", "mycroft-version-checker.mycroftai"], - "priority_skills": ["skill-ovos-volume", "skill-ovos-pairing", "skill-balena-wifi-setup"] + "priority_skills": ["skill-ovos-volume", "skill-ovos-pairing", "skill-balena-wifi-setup", "skill-weather", "ovos-skills-info"] }, "log_level": "INFO" }