From dfcb899013479ed80bb255f78b4b29f3d5a5508b Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Thu, 23 Nov 2023 22:21:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Stale=20time=20for=20entity=20state?= =?UTF-8?q?=20(#1702)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/smart-home/entity-state/entity-state.widget.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/smart-home/entity-state/entity-state.widget.tsx b/src/widgets/smart-home/entity-state/entity-state.widget.tsx index ac497d3b363..ef384651796 100644 --- a/src/widgets/smart-home/entity-state/entity-state.widget.tsx +++ b/src/widgets/smart-home/entity-state/entity-state.widget.tsx @@ -48,6 +48,7 @@ function EntityStateTile({ widget }: SmartHomeEntityStateWidgetProps) { }, { enabled: !!configName, + refetchInterval: 2 * 60 * 1000 } );