Skip to content

Commit

Permalink
Update proximity.markdown (home-assistant#7923)
Browse files Browse the repository at this point in the history
I added different values that were available for 'unit_of_measurement'. This information was missing from the help page.
  • Loading branch information
shreram authored and frenck committed Dec 27, 2018
1 parent 532e9ce commit 5dfb402
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_components/proximity.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5dfb402

Please sign in to comment.