From f359f83cb95756bbc31d44596443079e461f92fb Mon Sep 17 00:00:00 2001 From: Quentame Date: Mon, 13 Apr 2020 08:45:13 +0200 Subject: [PATCH] Remove name config param to Local IP (#12628) --- source/_integrations/local_ip.markdown | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/_integrations/local_ip.markdown b/source/_integrations/local_ip.markdown index d6d12b3623d..a30a7f5c954 100644 --- a/source/_integrations/local_ip.markdown +++ b/source/_integrations/local_ip.markdown @@ -21,11 +21,3 @@ local_ip: ``` To configure via the user interface, select the `Local IP Address` integration. - -{% configuration %} -name: - description: Friendly name of the sensor. - required: false - type: string - default: local_ip -{% endconfiguration %}