Update templating.markdown distance() to include miles (#32954)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Didgeridrew 2024-05-27 03:48:13 -04:00 committed by GitHub
parent be9bce9a82
commit 8dac8268e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -900,7 +900,7 @@ Examples:
Not supported in [limited templates](#limited-templates).
- `distance()` will measure the distance in kilometers between home, entity, coordinates.
- `distance()` measures the distance between home, an entity, or coordinates. The unit of measurement (kilometers or miles) depends on the system's configuration settings.
- `closest()` will find the closest entity.
#### Distance examples