mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-26 04:46:47 +00:00
Add option to manually specify device detection method (#7145)
* Add option to manually specify device detection method
* ✏️ Tweak
This commit is contained in:
parent
187e2f5071
commit
e6f4106537
@ -59,6 +59,10 @@ port:
|
|||||||
required: false
|
required: false
|
||||||
default: 8728
|
default: 8728
|
||||||
type: integer
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user