mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
documenting latitude and longitude configuration options (#7654)
This commit is contained in:
parent
d5b511d3b8
commit
8fd2c203f0
@ -41,6 +41,16 @@ radius:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: 20km
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Advanced Configuration Example %}
|
## {% linkable_title Advanced Configuration Example %}
|
||||||
|
@ -50,6 +50,16 @@ categories:
|
|||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
default: None. Any incident regardless of its category will be included.
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title State Attributes %}
|
## {% linkable_title State Attributes %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user