Open iyzana opened 5 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This still fails with the same output in version 2024.10.2
The problem
The repeat action can't be used inside the http_request
on_response
handler anymore because of a compile failure.This is a regression from 2024.6.2 and the first bad commit is https://github.com/esphome/esphome/commit/0179358f9cbb212d30627999a2f7233ff18e12ea
Which version of ESPHome has the issue?
2024.6.3+
What type of installation are you using?
pip
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP8266
Board
d1_mini
Component causing the issue
http_request
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
0179358f9cbb212d30627999a2f7233ff18e12ea is the first bad commit commit 0179358f9cbb212d30627999a2f7233ff18e12ea
esphome/codegen.py | 1 + esphome/components/http_request/init.py | 2 +- esphome/components/http_request/http_request.h | 19 ++++++++++++++----- esphome/cpp_types.py | 1 + 4 files changed, 17 insertions(+), 6 deletions(-)