documenting latitude and longitude configuration options (#7654)

This commit is contained in:
Malte Franken 2018-11-27 23:12:48 +11:00 committed by Paulus Schoutsen
parent d5b511d3b8
commit 8fd2c203f0
2 changed files with 20 additions and 0 deletions

View File

@ -41,6 +41,16 @@ radius:
required: false
type: string
default: 20km
latitude:
description: Latitude of the coordinates around which events are considered.
required: false
type: string
default: Latitude defined in your `configuration.yaml`
longitude:
description: Longitude of the coordinates around which events are considered.
required: false
type: string
default: Longitude defined in your `configuration.yaml`
{% endconfiguration %}
## {% linkable_title Advanced Configuration Example %}

View File

@ -50,6 +50,16 @@ categories:
required: false
type: list
default: None. Any incident regardless of its category will be included.
latitude:
description: Latitude of the coordinates around which events are considered.
required: false
type: string
default: Latitude defined in your `configuration.yaml`
longitude:
description: Longitude of the coordinates around which events are considered.
required: false
type: string
default: Longitude defined in your `configuration.yaml`
{% endconfiguration %}
## {% linkable_title State Attributes %}