mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-30 16:27:37 +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>
|
<lite-youtube videoid="pjAyRN5UiBg" videotitle="Geofencing in Home Assistant - Tutorial" posterquality="maxresdefault"></lite-youtube>
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
zone:
|
friendly_name:
|
||||||
description: The zone to which this integration is measuring the distance to. Default is the home zone.
|
description: The name of the proximity entity.
|
||||||
required: false
|
required: true
|
||||||
type: map
|
type: map
|
||||||
keys:
|
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:
|
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).
|
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
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user