Added new config entries for lat/long for sensor.geo_rss_events (#6703)

* Added new config entries for lat/long for sensor.geo_rss_events

* Added futher up in text that lat/long can be set

* Minor changes
This commit is contained in:
Tom French 2018-10-12 20:07:26 +01:00 committed by Fabian Affolter
parent 98ccac56c7
commit e45b563e96

View File

@ -21,7 +21,7 @@ This sensor is particularly useful if events occur unexpectedly in the vicinity
<img src='{{site_root}}/images/screenshots/geo-rss-incidents-group-screenshot.png' />
</p>
The reference point for comparing the distance is defined by `latitude` and `longitude` in the basic configuration.
The reference point for comparing the distance is by default defined by `latitude` and `longitude` in the basic configuration.
Only entries of the feed are considered that define a location as `point` or `polygon` in *georss.org* format or as *WGS84 latitude/longitude*.
@ -54,6 +54,16 @@ name:
required: false
type: string
default: Event Service
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`
radius:
description: The distance in kilometers around the Home Assistant's coordinates in which events are considered.
required: false