[http_request] Make TLS buffer configurable on ESP8266 (#14009)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
AndreKR
2026-03-06 14:29:20 -10:00
committed by GitHub
co-authored by Jonathan Swoboda
parent d8deb2255d
commit f53ee70caa
4 changed files with 28 additions and 8 deletions
@@ -1,4 +1,6 @@
substitutions:
verify_ssl: "false"
<<: !include common.yaml
http_request:
verify_ssl: false
tls_buffer_size_rx: 16384
tls_buffer_size_tx: 512