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) - `state`: Distance from the monitored zone (in km)
- `dir_of_travel`: Direction of the closest device or person to the monitored zone. Values are: - `dir_of_travel`: Direction of the closest device or person to the monitored zone. Values are:
- 'not set' - `not set`
- 'arrived' - `arrived`
- 'towards' - `towards`
- 'away_from' - `away_from`
- 'unknown' - `unknown`
- 'stationary' - `stationary`
- `dist_to_zone`: Distance from the monitored zone (in km) - `dist_to_zone`: Distance from the monitored zone (in km)
- `unit_of_measurement`: Measurement of distance. Values are: - `unit_of_measurement`: Measurement of distance. Values are:
- 'km' - `km`
- 'm' - `m`
- 'mi' - `mi`
- 'yd' - `yd`
- 'ft' - `ft`
- `nearest`: The device or person which is nearest to the zone - `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: To enable this integration in your installation, add the following to your `configuration.yaml` file: