mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
fix comments for home_interval
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user