mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update nmap dependency
This commit is contained in:
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…
x
Reference in New Issue
Block a user