mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Upgrade nmap dependency
This commit is contained in:
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
|
# 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-libnmap>=0.6.2']
|
REQUIREMENTS = ['python-libnmap>=0.6.3']
|
||||||
|
|
||||||
|
|
||||||
def get_scanner(hass, config):
|
def get_scanner(hass, config):
|
||||||
|
@ -24,7 +24,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-libnmap>=0.6.2
|
python-libnmap>=0.6.3
|
||||||
|
|
||||||
# PushBullet bindings (notify.pushbullet)
|
# PushBullet bindings (notify.pushbullet)
|
||||||
pushbullet.py>=0.7.1
|
pushbullet.py>=0.7.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user