From d385a681e032ee82f94e073d1d8e106f0ce93d67 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:50:58 +0100 Subject: [PATCH] fix proximity zone (#29583) --- source/_integrations/proximity.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/_integrations/proximity.markdown b/source/_integrations/proximity.markdown index 37b9c0a87ab..083e7a79101 100644 --- a/source/_integrations/proximity.markdown +++ b/source/_integrations/proximity.markdown @@ -58,11 +58,15 @@ This video tutorial explains how to set up geofencing in Home Assistant using th {% configuration %} -zone: - description: The zone to which this integration is measuring the distance to. Default is the home zone. - required: false +friendly_name: + description: The name of the proximity entity. + required: true type: map keys: + zone: + description: The zone to which this integration is measuring the distance to. Default is the `home` zone. + required: false + type: string ignored_zones: description: Where proximity is not calculated for a device or person (either the device being monitored or ones being compared (e.g., work or school). required: false