mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Geo Location -> Geolocation (#8086)
* fixed gelocation naming * fixed broken link
This commit is contained in:
parent
65ab1786fd
commit
2daaea690f
@ -17,14 +17,14 @@ The `demo` platform allows you to use components which are providing a demo of t
|
|||||||
|
|
||||||
Available demo platforms:
|
Available demo platforms:
|
||||||
|
|
||||||
- [Air Pollutants]((/components/air_pollutants/) (`air_pollutants`)
|
- [Air Pollutants](/components/air_pollutants/) (`air_pollutants`)
|
||||||
- [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`)
|
- [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`)
|
||||||
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
|
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
|
||||||
- [Camera](/components/camera/) (`camera`)
|
- [Camera](/components/camera/) (`camera`)
|
||||||
- [Climate](/components/climate/) (`climate`)
|
- [Climate](/components/climate/) (`climate`)
|
||||||
- [Cover](/components/cover/) (`cover`)
|
- [Cover](/components/cover/) (`cover`)
|
||||||
- [Fan](/components/fan/) (`fan`)
|
- [Fan](/components/fan/) (`fan`)
|
||||||
- [Geo Location](/components/geo_location/) (`geo_location`)
|
- [Geolocation](/components/geo_location/) (`geo_location`)
|
||||||
- [Image Processing](/components/image_processing/) (`image_processing`)
|
- [Image Processing](/components/image_processing/) (`image_processing`)
|
||||||
- [Light](/components/light/) (`light`)
|
- [Light](/components/light/) (`light`)
|
||||||
- [Lock](/components/lock/) (`lock`)
|
- [Lock](/components/lock/) (`lock`)
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: geo_location.png
|
logo: geo_location.png
|
||||||
ha_category: Geo Location
|
ha_category: Geolocation
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
ha_release: "0.79"
|
ha_release: "0.79"
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Geo Location"
|
title: "Geolocation"
|
||||||
description: "Instructions on how to integrate geo location aware platforms into Home Assistant."
|
description: "Instructions on how to integrate geolocation aware platforms into Home Assistant."
|
||||||
date: 2018-08-27 08:00
|
date: 2018-08-27 08:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -11,13 +11,13 @@ logo: geo_location.png
|
|||||||
ha_release: "0.78"
|
ha_release: "0.78"
|
||||||
---
|
---
|
||||||
|
|
||||||
Geo Location aware entities are typically related to events in the real world in the vicinity of Home Assistant's location, like for example weather events, bush fires or earthquakes.
|
Geolocation aware entities are typically related to events in the real world in the vicinity of Home Assistant's location, like for example weather events, bush fires or earthquakes.
|
||||||
|
|
||||||
Entities can have associated geo location coordinates (latitude and longitude) so that they are displayed on the map. The distance from the entity's coordinates to Home Assistant's location can be used for filtering.
|
Entities can have associated geolocation coordinates (latitude and longitude) so that they are displayed on the map. The distance from the entity's coordinates to Home Assistant's location can be used for filtering.
|
||||||
|
|
||||||
## {% linkable_title Geo Location trigger %}
|
## {% linkable_title Geolocation trigger %}
|
||||||
|
|
||||||
The [Geo Location trigger](/docs/automation/trigger/#geo-location-trigger) can be used in automations triggered by Geo Location entities appearing in or disappearing from zones. The following value must be used as `source` of the trigger depending on which platform is managing the entities:
|
The [Geolocation trigger](/docs/automation/trigger/#geolocation-trigger) can be used in automations triggered by Geolocation entities appearing in or disappearing from zones. The following value must be used as `source` of the trigger depending on which platform is managing the entities:
|
||||||
|
|
||||||
| Platform | Source |
|
| Platform | Source |
|
||||||
|---------------------------------------------------|-------------------------------|
|
|---------------------------------------------------|-------------------------------|
|
||||||
@ -27,7 +27,7 @@ The [Geo Location trigger](/docs/automation/trigger/#geo-location-trigger) can b
|
|||||||
|
|
||||||
Conditions can be used to further filter entities, for example by inspecting their state attributes.
|
Conditions can be used to further filter entities, for example by inspecting their state attributes.
|
||||||
|
|
||||||
## {% linkable_title Geo Location notification example %}
|
## {% linkable_title Geolocation notification example %}
|
||||||
|
|
||||||
The following example automation creates a notification on the screen when a fire classified as 'Bush Fire' is reported within a predefined bush fire alert zone:
|
The following example automation creates a notification on the screen when a fire classified as 'Bush Fire' is reported within a predefined bush fire alert zone:
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: nsw-rural-fire-service.png
|
logo: nsw-rural-fire-service.png
|
||||||
ha_category: Geo Location
|
ha_category: Geolocation
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
ha_release: "0.81"
|
ha_release: "0.81"
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: us-geological-survey.png
|
logo: us-geological-survey.png
|
||||||
ha_category: Geo Location
|
ha_category: Geolocation
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
ha_release: 0.84
|
ha_release: 0.84
|
||||||
---
|
---
|
||||||
|
@ -220,10 +220,10 @@ automation:
|
|||||||
event: enter # or "leave"
|
event: enter # or "leave"
|
||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Geo Location trigger %}
|
### {% linkable_title Geolocation trigger %}
|
||||||
|
|
||||||
Geo Location triggers can trigger when an entity is appearing in or disappearing from a zone. Entities that are created by a [Geo Location](/components/geo_location/) platform support reporting GPS coordinates.
|
Geolocation triggers can trigger when an entity is appearing in or disappearing from a zone. Entities that are created by a [Geolocation](/components/geo_location/) platform support reporting GPS coordinates.
|
||||||
Because entities are generated and removed by these platforms automatically, the entity id normally cannot be predicted. Instead, this trigger requires the definition of a `source` which is directly linked to one of the Geo Location platforms.
|
Because entities are generated and removed by these platforms automatically, the entity id normally cannot be predicted. Instead, this trigger requires the definition of a `source` which is directly linked to one of the Geolocation platforms.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
|
@ -28,7 +28,7 @@ entities:
|
|||||||
type: list
|
type: list
|
||||||
geo_location_sources:
|
geo_location_sources:
|
||||||
required: true
|
required: true
|
||||||
description: List of geolocation sources. All current entities with that source will be displayed on the map. See [Geo Location](/components/geo_location/) platform for valid sources. Either this or the `entities` configuration option is required.
|
description: List of geolocation sources. All current entities with that source will be displayed on the map. See [Geolocation](/components/geo_location/) platform for valid sources. Either this or the `entities` configuration option is required.
|
||||||
type: list
|
type: list
|
||||||
title:
|
title:
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user