From 94fbaafcbd3a39c61367d9e8964853bc43e12765 Mon Sep 17 00:00:00 2001
From: j1nx
Date: Thu, 17 Sep 2020 15:06:05 +0200
Subject: [PATCH] MycroftOS: Change priority skills names
---
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 56530c45..7d1de5ff 100644
--- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf
+++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf
@@ -20,7 +20,7 @@
"pulse_duck": true
},
"skills": {
- "priority_skills": ["mycroftos-enclosure-skill", "mycroft-pairing", "mycroft-volume"]
+ "priority_skills": ["skill-mycroftos-enclosure", "skill-mycroftos-gui", "mycroft-pairing", "mycroft-volume"]
},
"log_level": "INFO"
}