Update proximity.markdown (#7923)

I added different values that were available for 'unit_of_measurement'. This information was missing from the help page.
This commit is contained in:
Ravi K 2018-12-27 07:55:38 -06:00 committed by Franck Nijhof
parent 532e9ce3e9
commit 5dfb402e8f

View File

@ -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: