Skip to content

Commit 07aec2c

Browse files
DubhAdfrenck
authored andcommitted
Updated GPS tracker list (home-assistant#4952)
Reworded, and included GPS Logger in the list of zone trigger related components
1 parent 491cee2 commit 07aec2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/_docs/automation/trigger.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ automation:
7878

7979
<p class='note'>
8080
Listing above and below together means the numeric_state has to be between the two values.
81-
In the example above, a numeric_state that is 17.1-24.9 would fire this trigger.
81+
In the example above, a numeric_state that goes to 17.1-24.9 (from 17 or below, or 25 or above)
82+
would fire this trigger.
8283
</p>
8384

8485
### {% linkable_title State trigger %}
@@ -182,7 +183,7 @@ automation 3:
182183

183184
### {% linkable_title Zone trigger %}
184185

185-
Zone triggers can trigger when an entity is entering or leaving the zone. For zone automation to work, you need to have setup a device tracker platform that supports reporting GPS coordinates. Currently this is limited to the [OwnTracks platform](/components/device_tracker.owntracks/) as well as the [iCloud platform](/components/device_tracker.icloud/).
186+
Zone triggers can trigger when an entity is entering or leaving the zone. For zone automation to work, you need to have setup a device tracker platform that supports reporting GPS coordinates. This includes [GPS Logger](/components/device_tracker.gpslogger/), the [OwnTracks platform](/components/device_tracker.owntracks/), and the [iCloud platform](/components/device_tracker.icloud/).
186187

187188
```yaml
188189
automation:

0 commit comments

Comments
 (0)