mirror of
https://github.com/esphome/esphome.git
synced 2025-09-26 15:12:21 +01:00
[http_request] Fix within context with parameters. (Bugfix) (#7790)
This commit is contained in:
@@ -189,7 +189,7 @@ template<typename... Ts> class HttpRequestSendAction : public Action<Ts...> {
|
||||
|
||||
if (container == nullptr) {
|
||||
for (auto *trigger : this->error_triggers_)
|
||||
trigger->trigger(x...);
|
||||
trigger->trigger();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user