From 8dac8268e68f0a97d38723a53cd70e512026fced Mon Sep 17 00:00:00 2001 From: Didgeridrew Date: Mon, 27 May 2024 03:48:13 -0400 Subject: [PATCH] Update templating.markdown distance() to include miles (#32954) Co-authored-by: Franck Nijhof --- source/_docs/configuration/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 099bb0b4ac3..4047a6696e9 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -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