From e32c572da46069ebc3f22a03cb6e1b48188f3d5f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 10 Sep 2025 12:38:43 -0400 Subject: [PATCH] Add dummy TTS speaker --- supersensor.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/supersensor.yaml b/supersensor.yaml index f282693..8bef186 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -379,6 +379,16 @@ microphone: pdm: false channel: left +speaker: + # DUMMY: The SuperSensor has no speaker attached to GPIO32 + # This is needed to work around home-assistant/core#142363 and the inability + # of an Assist pipeline to work properly with no STT configured (issue unknown) + # So instead we just have a speaker to nowhere. Stupid but should work. + - platform: i2s_audio + id: spkr + dac_type: external + i2s_dout_pin: GPIO33 + micro_wake_word: id: mww microphone: @@ -410,6 +420,7 @@ micro_wake_word: voice_assistant: id: va microphone: mic + speaker: spkr micro_wake_word: mww use_wake_word: false noise_suppression_level: 3