From 5533618bd2a8bd02af382d2bc429fe889d267ec7 Mon Sep 17 00:00:00 2001 From: Nolan Gilley Date: Wed, 2 Sep 2015 11:48:36 -0400 Subject: [PATCH] fix comments for home_interval --- homeassistant/components/device_tracker/actiontec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/device_tracker/actiontec.py b/homeassistant/components/device_tracker/actiontec.py index c54436edd84..7c6e9cce6be 100644 --- a/homeassistant/components/device_tracker/actiontec.py +++ b/homeassistant/components/device_tracker/actiontec.py @@ -38,7 +38,8 @@ The password for your given admin account. home_interval *Optional If the home_interval is set then the component will not let a device -be AWAY if it has been HOME in the last home_interval seconds. +be AWAY if it has been HOME in the last home_interval minutes. This is +in addition to the 3 minute wait built into the device_tracker component. """ import logging from datetime import timedelta