mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
fix comments for home_interval
This commit is contained in:
parent
5b643a8106
commit
5533618bd2
@ -38,7 +38,8 @@ The password for your given admin account.
|
|||||||
home_interval
|
home_interval
|
||||||
*Optional
|
*Optional
|
||||||
If the home_interval is set then the component will not let a device
|
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
|
import logging
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user