Update configuration samples (#1205)

This commit is contained in:
Fabian Affolter 2016-10-11 09:32:29 +02:00 committed by GitHub
parent f64608e191
commit c5d720d195

View File

@ -38,14 +38,11 @@ To enable this component in your installation, add the following to your `config
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
proximity: proximity:
zone: home home:
ignored_zones: ignored_zones:
- twork - twork
- elschool
devices: devices:
- device_tracker.nwaring_nickmobile - device_tracker.nwaring_nickmobile
- device_tracker.eleanorsiphone
- device_tracker.tsiphone
tolerance: 50 tolerance: 50
unit_of_measurement: mi unit_of_measurement: mi
``` ```
@ -63,11 +60,21 @@ To add multiple proximity components, simply use a list in your `configuration.y
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
proximity: proximity:
- zone: home home:
ignored_zones:
- twork
- elschool
devices:
- device_tracker.nwaring_nickmobile
- device_tracker.eleanorsiphone
- device_tracker.tsiphone
tolerance: 50
unit_of_measurement: mi
home3:
devices: devices:
- device_tracker.tsiphone - device_tracker.tsiphone
tolerance: 50 tolerance: 50
- zone: work work:
devices: devices:
- device_tracker.elanorsiphone - device_tracker.elanorsiphone
tolerance: 10 tolerance: 10