mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Merge branch 'next' into rc
This commit is contained in:
commit
147997485b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user