Skip to content

Commit

Permalink
Added new config entries for lat/long for sensor.geo_rss_events (#6703)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Tom French authored and fabaff committed Oct 12, 2018
1 parent 98ccac5 commit e45b563
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion source/_components/sensor.geo_rss_events.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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*.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e45b563

Please sign in to comment.