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
|
input: true
|
||||||
pullup: true
|
pullup: true
|
||||||
name: ${friendly_name} Play Button
|
name: ${friendly_name} Play Button
|
||||||
on_click:
|
on_press:
|
||||||
- media_player.toggle:
|
- voice_assistant.start:
|
||||||
|
on_release:
|
||||||
|
- voice_assistant.stop:
|
||||||
light:
|
light:
|
||||||
- platform: fastled_clockless
|
- platform: fastled_clockless
|
||||||
name: ${friendly_name}
|
name: ${friendly_name}
|
||||||
@ -124,3 +125,11 @@ light:
|
|||||||
chipset: SK6812
|
chipset: SK6812
|
||||||
num_leds: 1
|
num_leds: 1
|
||||||
rgb_order: grb
|
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