1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

[http_request] Implement for host platform (#8040)

This commit is contained in:
Clyde Stubbs
2025-04-28 11:45:28 +10:00
committed by GitHub
parent 22c0e1079e
commit 38dae8489e
8 changed files with 9951 additions and 2 deletions

View File

@@ -292,6 +292,7 @@ def highlight(s):
"esphome/core/log.h",
"esphome/components/socket/headers.h",
"esphome/core/defines.h",
"esphome/components/http_request/httplib.h",
],
)
def lint_no_defines(fname, match):
@@ -552,6 +553,7 @@ def lint_relative_py_import(fname):
"esphome/components/rp2040/core.cpp",
"esphome/components/libretiny/core.cpp",
"esphome/components/host/core.cpp",
"esphome/components/http_request/httplib.h",
],
)
def lint_namespace(fname, content):