mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-27 14:57:35 +00:00
fix proximity zone (#29583)
This commit is contained in:
parent
601a576ca6
commit
d385a681e0
@ -58,11 +58,15 @@ This video tutorial explains how to set up geofencing in Home Assistant using th
|
||||
<lite-youtube videoid="pjAyRN5UiBg" videotitle="Geofencing in Home Assistant - Tutorial" posterquality="maxresdefault"></lite-youtube>
|
||||
|
||||
{% 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user