Return full audio settings

This commit is contained in:
Edward Firmo
2025-07-30 19:00:54 +02:00
parent a4340da836
commit 5aecb343f6
2 changed files with 13 additions and 13 deletions

View File

@@ -178,11 +178,11 @@ speaker:
i2s_dout_pin: GPIO15
i2s_audio_id: if_i2s_audio
i2s_comm_fmt: stand_msb
channel: mono
# timeout: never
# bits_per_sample: 16bit
# sample_rate: 48000
# buffer_duration: 500ms
channel: stereo
timeout: never
bits_per_sample: 16bit
sample_rate: 48000
buffer_duration: 500ms
switch:
- id: sw_speaker_amplifier
@@ -190,8 +190,8 @@ switch:
platform: gpio
pin:
number: GPIO26
inverted: true
restore_mode: ALWAYS_OFF
inverted: false
restore_mode: ALWAYS_ON
internal: true
entity_category: config
...