mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Update trigger.markdown (#16271)
Geolocation vs zone causes regular confusion.
This commit is contained in:
parent
8f2b121f49
commit
77bdc16fb8
@ -569,6 +569,13 @@ automation:
|
|||||||
Geolocation trigger fires when an entity is appearing in or disappearing from a zone. Entities that are created by a [Geolocation](/integrations/geo_location/) platform support reporting GPS coordinates.
|
Geolocation trigger fires when an entity is appearing in or disappearing from a zone. Entities that are created by a [Geolocation](/integrations/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 Geolocation 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.
|
||||||
|
|
||||||
|
<div class='note'>
|
||||||
|
|
||||||
|
This isn't for use with `device_tracker` entities. For those look above at the `zone` trigger.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user