Stale time for entity state (#1702)

This commit is contained in:
Manuel
2023-11-23 22:21:34 +01:00
committed by GitHub
parent 5522abdfb6
commit dfcb899013

View File

@@ -48,6 +48,7 @@ function EntityStateTile({ widget }: SmartHomeEntityStateWidgetProps) {
},
{
enabled: !!configName,
refetchInterval: 2 * 60 * 1000
}
);