This commit is contained in:
Pedro Pombeiro 2016-12-01 08:49:54 +01:00 committed by Fabian Affolter
parent 90997ca82c
commit 3cd9b43026
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -53,7 +53,7 @@ Configuration variables:
- **ignored_zones** array (*Optional*): Where proximity is not calculated for a device (either the device being monitored or ones being compared (e.g. work or school).
- **devices** array (*Optional*): A list of devices to compare location against to check closeness to the configured zone.
- **tolerance** (*Optional*): The tolerance used to calculate the direction of travel in meters (m) to filter out small GPS coordinate changes.
- **unit_of_measurement** (*Optional*): The unit of measurement for distance. Valid values are (km, m, mi, ft) [kilometers, meters, miles and feet respectfully]. The default value is kilometers.
- **unit_of_measurement** (*Optional*): The unit of measurement for distance. Valid values are (km, m, mi, ft) [kilometers, meters, miles and feet respectively]. The default value is kilometers.
To add multiple proximity components, simply use a list in your `configuration.yaml` file: