From 22b0e4b0c3ebdfef4a183ea9be37e81485f9d259 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Wed, 11 Oct 2023 21:38:49 +0200 Subject: [PATCH] reduce http_request timeout to not get killed by the watchdog --- packages/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/base.yaml b/packages/base.yaml index 24a1102..d1163a2 100644 --- a/packages/base.yaml +++ b/packages/base.yaml @@ -74,7 +74,7 @@ button: http_request: id: http_request_data useragent: esphome/${devicename} - timeout: 10s + timeout: 1s script: - id: dummy -- GitLab