Skip to content

Commit

Permalink
Wake word select entity update (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpouffier authored Sep 12, 2024
1 parent cb79c0e commit 69c2f8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions voice-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 69c2f8f

Please sign in to comment.