Added ESPHome microphone support to Raspimuse Luxe Speaker. Makes nasty noise.

This commit is contained in:
Marcus Scholz 2023-05-04 23:45:43 +02:00
parent c2e409c21e
commit adb050d0b8
1 changed files with 12 additions and 3 deletions

View File

@ -114,9 +114,10 @@ binary_sensor:
input: true
pullup: true
name: ${friendly_name} Play Button
on_click:
- media_player.toggle:
on_press:
- voice_assistant.start:
on_release:
- voice_assistant.stop:
light:
- platform: fastled_clockless
name: ${friendly_name}
@ -124,3 +125,11 @@ light:
chipset: SK6812
num_leds: 1
rgb_order: grb
microphone:
- platform: i2s_audio
id: lux_microphone
i2s_din_pin: GPIO35
voice_assistant:
microphone: lux_microphone