Tweaks to device tracker

This commit is contained in:
Paulus Schoutsen 2015-09-21 18:59:23 -07:00
parent f8c98b3350
commit a7ac69a2a3
2 changed files with 13 additions and 7 deletions

View file

@ -38,11 +38,12 @@ device_tracker:
# Optional configuration
# If new devices have to be added to the UI and tracked by default (default: yes)
# If new discovered devices are tracked by default (default: yes)
track_new_devices: yes
# How often to scan for new devices (default: 12)
# Seconds between each scan for new devices (default: 12)
interval_seconds: 12
# Seconds to wait till marking someone as not home after not being seen (default: 180)
# Seconds to wait till marking someone as not home after not being seen
# (default: 180)
consider_home: 180
```