Phone book lookup support for Fritz!Box call monitor (#6474)
* Update fritzconnection dependency in fritz and fritzbox_netmonitor components * Add phone book name lookup support to FritzBox call monitor * Updated requirements_all.txt * Requested changes to FritzBox call monitor * Listen to HOME_ASSISTANT_STOP and close thread * Safe CPU time
This commit is contained in:
parent
9778000e9a
commit
edf20f542a
4 changed files with 129 additions and 10 deletions
|
@ -15,7 +15,7 @@ from homeassistant.components.device_tracker import (
|
|||
from homeassistant.const import CONF_HOST, CONF_PASSWORD, CONF_USERNAME
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['fritzconnection==0.6']
|
||||
REQUIREMENTS = ['fritzconnection==0.6.3']
|
||||
|
||||
# Return cached results if last scan was less then this time ago.
|
||||
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue