From a9f630f5a4e7a101f82e12ba965f592339f3e404 Mon Sep 17 00:00:00 2001 From: tradiuz Date: Tue, 19 Apr 2016 23:43:06 -0500 Subject: [PATCH] Adding passive config variable to Zone docs (#409) --- source/_components/zone.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/zone.markdown b/source/_components/zone.markdown index 29c84024dc6..58dbe35a517 100644 --- a/source/_components/zone.markdown +++ b/source/_components/zone.markdown @@ -45,7 +45,7 @@ Configuration variables: - **longitude** (*Required*): Longitude of the center point of the zone. - **radius** (*Optional*): Optional radius in meters. Defaults to 100 meters. - **icon** (*Optional*): Optional icon to show instead of name. - +- **passive** (*Optional*): Optional boolean to only use the zone for automation and hide it from the UI and not use the zone for device tracker name. Defaults to false. #### {% linkable_title Home zone %}