mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Tweak ping device_tracker docs (#16101)
This commit is contained in:
parent
c856142ad7
commit
0bb3d8e7fb
@ -86,18 +86,18 @@ To use this presence detection in your installation, add the following to your `
|
|||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: ping
|
- platform: ping
|
||||||
hosts:
|
hosts:
|
||||||
hostname: 192.168.2.10
|
device_name_1: 192.168.2.10
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
hosts:
|
hosts:
|
||||||
description: List of device names and their corresponding IP address or hostname. Device names must conform to the standard requirements of lower case, numbers and underscore only - see [entity names](/docs/configuration/troubleshooting/#entity-names).
|
description: Map of device names and their corresponding IP address or hostname. Device names must conform to the standard requirements of lower case, numbers and underscore only - see [entity names](/docs/configuration/troubleshooting/#entity-names).
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: map
|
||||||
count:
|
count:
|
||||||
description: Number of packet used for each device (avoid false detection).
|
description: Number of packet used for each device (avoid false detection).
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
See the [device tracker integration page](/integrations/device_tracker/) for instructions how to configure the people to be tracked.
|
See the [person integration page](/integrations/person/) for instructions on how to configure the people to be tracked.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user