Update nmap dependency
parent
2df26a0d1a
commit
7e75add144
|
@ -44,7 +44,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||||
# interval in minutes to exclude devices from a scan while they are home
|
# interval in minutes to exclude devices from a scan while they are home
|
||||||
CONF_HOME_INTERVAL = "home_interval"
|
CONF_HOME_INTERVAL = "home_interval"
|
||||||
|
|
||||||
REQUIREMENTS = ['python-nmap==0.4.1']
|
REQUIREMENTS = ['python-nmap==0.4.3']
|
||||||
|
|
||||||
|
|
||||||
def get_scanner(hass, config):
|
def get_scanner(hass, config):
|
||||||
|
|
|
@ -25,7 +25,7 @@ pyuserinput==0.1.9
|
||||||
tellcore-py==1.0.4
|
tellcore-py==1.0.4
|
||||||
|
|
||||||
# Nmap bindings (device_tracker.nmap)
|
# Nmap bindings (device_tracker.nmap)
|
||||||
python-nmap==0.4.1
|
python-nmap==0.4.3
|
||||||
|
|
||||||
# PushBullet bindings (notify.pushbullet)
|
# PushBullet bindings (notify.pushbullet)
|
||||||
pushbullet.py==0.7.1
|
pushbullet.py==0.7.1
|
||||||
|
|
Loading…
Reference in New Issue