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
|
```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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user