From 5dfb402e8fac1c20ae3d8b52a5d7a476e9181614 Mon Sep 17 00:00:00 2001 From: Ravi K Date: Thu, 27 Dec 2018 07:55:38 -0600 Subject: [PATCH] Update proximity.markdown (#7923) I added different values that were available for 'unit_of_measurement'. This information was missing from the help page. --- source/_components/proximity.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/proximity.markdown b/source/_components/proximity.markdown index b499efbd6e5..1c2cc0563cc 100644 --- a/source/_components/proximity.markdown +++ b/source/_components/proximity.markdown @@ -33,6 +33,11 @@ The Proximity entity which is created has the following values: - 'unknown' - 'stationary' - `dist_to_zone`: Distance from the monitored zone (in km) +- `unit_of_measurement`: Measurement of distance. Values are: + - 'km' + - 'm' + - 'mi' + - 'ft' To enable this component in your installation, add the following to your `configuration.yaml` file: