mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Ping Sensor configuration variable style (#6449)
Change to new style for configuration variables description. Related to #6385.
This commit is contained in:
parent
ef17ca3881
commit
74c1a6c2e0
@ -31,9 +31,15 @@ device_tracker:
|
|||||||
hostone: 192.168.2.10
|
hostone: 192.168.2.10
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
hosts:
|
||||||
- **hosts** array (*Required*): List of device names and their corresponding IP address or hostname.
|
description: List of device names and their corresponding IP address or hostname.
|
||||||
- **count** (*Optional*): Number of packet used for each device (avoid false detection).
|
required: true
|
||||||
|
type: array
|
||||||
|
count:
|
||||||
|
description: Number of packet used for each device (avoid false detection).
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
{% 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