Update style in Proximity doc (#17387)

This commit is contained in:
Massimiliano Cannarozzo 2021-04-10 16:46:53 +02:00 committed by GitHub
parent ead7f3ec36
commit 26eb85a450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,19 +23,19 @@ The Proximity entity which is created has the following values:
- `state`: Distance from the monitored zone (in km)
- `dir_of_travel`: Direction of the closest device or person to the monitored zone. Values are:
- 'not set'
- 'arrived'
- 'towards'
- 'away_from'
- 'unknown'
- 'stationary'
- `not set`
- `arrived`
- `towards`
- `away_from`
- `unknown`
- `stationary`
- `dist_to_zone`: Distance from the monitored zone (in km)
- `unit_of_measurement`: Measurement of distance. Values are:
- 'km'
- 'm'
- 'mi'
- 'yd'
- 'ft'
- `km`
- `m`
- `mi`
- `yd`
- `ft`
- `nearest`: The device or person which is nearest to the zone
To enable this integration in your installation, add the following to your `configuration.yaml` file: