diff --git a/source/_integrations/ping.markdown b/source/_integrations/ping.markdown index b8fe3a0d489..ad33c12017c 100644 --- a/source/_integrations/ping.markdown +++ b/source/_integrations/ping.markdown @@ -86,18 +86,18 @@ To use this presence detection in your installation, add the following to your ` device_tracker: - platform: ping hosts: - hostname: 192.168.2.10 + device_name_1: 192.168.2.10 ``` {% configuration %} 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 - type: list + type: map count: description: Number of packet used for each device (avoid false detection). required: false type: integer {% 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.