From 992755b91d492ac5e31c4af34e85544be380f308 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 1 Aug 2019 08:51:46 +0200 Subject: [PATCH] Fixes configuration block for wwlln --- source/_components/wwlln.markdown | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/source/_components/wwlln.markdown b/source/_components/wwlln.markdown index 1bd789f241d..90c022d43a6 100644 --- a/source/_components/wwlln.markdown +++ b/source/_components/wwlln.markdown @@ -37,22 +37,22 @@ wwlln: {% configuration %} latitude: -description: The latitude you want to monitor; defaults to the value defined in `configuration.yaml`. -required: false -type: float + description: The latitude you want to monitor; defaults to the value defined in `configuration.yaml`. + required: false + type: float longitude: -description: The longitude you want to monitor; defaults to the value defined in `configuration.yaml`. -required: false -type: float + description: The longitude you want to monitor; defaults to the value defined in `configuration.yaml`. + required: false + type: float radius: -description: The radius around your location to monitor; defaults to 25 km or mi (depending on the unit system defined in your `configuration.yaml`). -required: false -type: integer + description: The radius around your location to monitor; defaults to 25 km or mi (depending on the unit system defined in your `configuration.yaml`). + required: false + type: integer window: -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 -default: 10 minutes + 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 + default: 10 minutes {% endconfiguration %} ## State Attributes