Upgrade nmap dependency
parent
199a80dcfb
commit
74308b2677
|
@ -43,7 +43,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
# interval in minutes to exclude devices from a scan while they are home
|
||||
CONF_HOME_INTERVAL = "home_interval"
|
||||
|
||||
REQUIREMENTS = ['python-libnmap>=0.6.2']
|
||||
REQUIREMENTS = ['python-libnmap>=0.6.3']
|
||||
|
||||
|
||||
def get_scanner(hass, config):
|
||||
|
|
|
@ -24,7 +24,7 @@ pyuserinput>=0.1.9
|
|||
tellcore-py>=1.0.4
|
||||
|
||||
# Nmap bindings (device_tracker.nmap)
|
||||
python-libnmap>=0.6.2
|
||||
python-libnmap>=0.6.3
|
||||
|
||||
# PushBullet bindings (notify.pushbullet)
|
||||
pushbullet.py>=0.7.1
|
||||
|
|
Loading…
Reference in New Issue