From 69c2f8f764d8744b44386234af74a251f9d166e7 Mon Sep 17 00:00:00 2001 From: JLo Date: Thu, 12 Sep 2024 17:31:11 +0200 Subject: [PATCH] Wake word select entity update (#104) --- voice-kit.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/voice-kit.yaml b/voice-kit.yaml index d8e3444..c8d5b9d 100644 --- a/voice-kit.yaml +++ b/voice-kit.yaml @@ -212,13 +212,13 @@ switch: - script.execute: control_leds - delay: 15min - switch.turn_off: timer_ringing - # TODO: make it internal before launch - platform: gpio pin: GPIO47 id: internal_speaker_amp name: "Internal speaker amp" entity_category: config restore_mode: ALWAYS_OFF + internal: true binary_sensor: # Center Button. Used for many things (See on_multi_click) - platform: gpio @@ -1373,7 +1373,9 @@ micro_wake_word: select: - platform: template - name: "Wake word select" + name: "Active wake word" + icon: "mdi:bullhorn" + entity_category: config options: - "OK Nabu" - "Hey Jarvis"