Merge branch 'next' into rc

This commit is contained in:
Franck Nijhof 2019-08-01 08:52:03 +02:00
commit 147997485b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -37,22 +37,22 @@ wwlln:
{% configuration %} {% configuration %}
latitude: latitude:
description: The latitude you want to monitor; defaults to the value defined in `configuration.yaml`. description: The latitude you want to monitor; defaults to the value defined in `configuration.yaml`.
required: false required: false
type: float type: float
longitude: longitude:
description: The longitude you want to monitor; defaults to the value defined in `configuration.yaml`. description: The longitude you want to monitor; defaults to the value defined in `configuration.yaml`.
required: false required: false
type: float type: float
radius: 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`). 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 required: false
type: integer type: integer
window: 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. 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 required: false
type: time type: time
default: 10 minutes default: 10 minutes
{% endconfiguration %} {% endconfiguration %}
## State Attributes ## State Attributes