mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 16:38:43 +00:00
12 lines
277 B
YAML
12 lines
277 B
YAML
audio_file:
|
|
- id: audio_file_test_audio
|
|
file:
|
|
type: local
|
|
path: $component_dir/test.wav
|
|
|
|
media_source:
|
|
- platform: audio_file
|
|
id: audio_file_source
|
|
# task_stack_in_psram: false must validate without a psram: component
|
|
task_stack_in_psram: false
|