From 7f784cc54393f8ce760ab9f665528f94f12670d1 Mon Sep 17 00:00:00 2001 From: pipacsba <44190358+pipacsba@users.noreply.github.com> Date: Sun, 19 Apr 2026 08:46:34 +0200 Subject: [PATCH 1/2] Add id's to wake word models --- m5stack-atom-echo/m5stack-atom-echo.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/m5stack-atom-echo/m5stack-atom-echo.yaml b/m5stack-atom-echo/m5stack-atom-echo.yaml index aac754c9..9c99726b 100644 --- a/m5stack-atom-echo/m5stack-atom-echo.yaml +++ b/m5stack-atom-echo/m5stack-atom-echo.yaml @@ -372,6 +372,10 @@ micro_wake_word: wake_word: !lambda return wake_word; vad: models: +models: - model: okay_nabu + id: okay_nabu - model: hey_mycroft + id: hey_mycroft - model: hey_jarvis + id: hey_jarvis From 8ff1fcfdff1f89248d04fac5a1a177515148ddd1 Mon Sep 17 00:00:00 2001 From: pipacsba <44190358+pipacsba@users.noreply.github.com> Date: Sun, 19 Apr 2026 09:30:14 +0200 Subject: [PATCH 2/2] correction of adding ID tags to wake word models --- m5stack-atom-echo/m5stack-atom-echo.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/m5stack-atom-echo/m5stack-atom-echo.yaml b/m5stack-atom-echo/m5stack-atom-echo.yaml index 9c99726b..2b7e94ba 100644 --- a/m5stack-atom-echo/m5stack-atom-echo.yaml +++ b/m5stack-atom-echo/m5stack-atom-echo.yaml @@ -372,7 +372,6 @@ micro_wake_word: wake_word: !lambda return wake_word; vad: models: -models: - model: okay_nabu id: okay_nabu - model: hey_mycroft