Some users started using custom certificates on the VPE firmware when it used the http_request component for audio. The firmware now uses audio_http component which doesn't use certificates defined in http_request.
audio_http does support it through the microDecoder library, which added supported in (esphome-libs/micro-decoder#14) released in v0.3.0
ESPHome needs to update the micro-decoder library version to v0.3.0. Then it needs to send the certificate in the micro-decoder configuration. It also needs a way to configure it in the Python codegen (or automatically use a certificate defined in http_request potentially...)
Would fix esphome/esphome#16557
Some users started using custom certificates on the VPE firmware when it used the
http_requestcomponent for audio. The firmware now usesaudio_httpcomponent which doesn't use certificates defined inhttp_request.audio_httpdoes support it through the microDecoder library, which added supported in (esphome-libs/micro-decoder#14) released in v0.3.0ESPHome needs to update the micro-decoder library version to v0.3.0. Then it needs to send the certificate in the micro-decoder configuration. It also needs a way to configure it in the Python codegen (or automatically use a certificate defined in http_request potentially...)
Would fix esphome/esphome#16557