Added ESPHome microphone support to Raspimuse Luxe Speaker. Makes nasty noise.
This commit is contained in:
parent
c2e409c21e
commit
adb050d0b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user