From be86e84c4ee8eb8e489beabfeaa54de0647b1575 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Sun, 21 Jul 2019 01:40:52 -0600 Subject: [PATCH] Add window update docs to WWLLN (#9932) * Add window update docs to WWLLN * :pencil2: Tweak --- source/_components/wwlln.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_components/wwlln.markdown b/source/_components/wwlln.markdown index b7f083447f9..d6ed429d14f 100644 --- a/source/_components/wwlln.markdown +++ b/source/_components/wwlln.markdown @@ -21,7 +21,9 @@ is available as the state of each entity.

-New data is returned every 5 minutes. +New data is fetched every 10 minutes. Because data from the WWLLN may vary in terms +of how real-time it is, the default `window` parameter is set to 1 hour to ensure that as +many strikes are caught as possible. ## Configuration @@ -46,7 +48,7 @@ radius: required: false type: integer window: - description: The amount of time before now for which strikes should be considered "active" and shown in the UI. + description: The amount of time before now for which strikes should be considered "active" and shown in the UI. Note that a window of less than 1 hour may cause Home Assistant to miss events. required: false type: time {% endconfiguration %}