From 0bb3d8e7fba0a5e4e6ef800b64a0a0e52802ff9d Mon Sep 17 00:00:00 2001 From: Ronald Evers Date: Tue, 5 Jan 2021 19:42:36 +0100 Subject: [PATCH] Tweak ping device_tracker docs (#16101) --- source/_integrations/ping.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.