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