mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update configuration samples (#1205)
This commit is contained in:
parent
f64608e191
commit
c5d720d195
@ -38,14 +38,11 @@ To enable this component in your installation, add the following to your `config
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
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
|
||||
```
|
||||
@ -63,11 +60,21 @@ To add multiple proximity components, simply use a list in your `configuration.y
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
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:
|
||||
- device_tracker.tsiphone
|
||||
tolerance: 50
|
||||
- zone: work
|
||||
work:
|
||||
devices:
|
||||
- device_tracker.elanorsiphone
|
||||
tolerance: 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user