Ping Sensor configuration variable style (#6449)

Change to new style for configuration variables description.

Related to #6385.
This commit is contained in:
Nicholas Westerhausen 2018-10-02 14:35:25 -04:00 committed by Fabian Affolter
parent ef17ca3881
commit 74c1a6c2e0

View File

@ -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.