Add option to manually specify device detection method (#7145)

* Add option to manually specify device detection method

* ✏️ Tweak
This commit is contained in:
Corey Edwards 2018-11-11 06:16:20 -07:00 committed by Franck Nijhof
parent 187e2f5071
commit e6f4106537

View File

@ -59,6 +59,10 @@ port:
required: false
default: 8728
type: integer
method:
description: Override autodetection of device scanning method. Can be `wireless` to use local wireless registration, `capsman` for capsman wireless registration, or `ip` for DHCP leases.
required: false
type: string
{% endconfiguration %}
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.