mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
Upgrade python-nmap to 0.6.1 (#2681)
This commit is contained in:
parent
ca1cf44194
commit
5faba21b8c
@ -21,10 +21,10 @@ MIN_TIME_BETWEEN_SCANS = timedelta(seconds=5)
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_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.6.0']
|
REQUIREMENTS = ['python-nmap==0.6.1']
|
||||||
|
|
||||||
|
|
||||||
def get_scanner(hass, config):
|
def get_scanner(hass, config):
|
||||||
|
@ -332,7 +332,7 @@ python-mystrom==0.3.6
|
|||||||
python-nest==2.9.2
|
python-nest==2.9.2
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.nmap_tracker
|
# homeassistant.components.device_tracker.nmap_tracker
|
||||||
python-nmap==0.6.0
|
python-nmap==0.6.1
|
||||||
|
|
||||||
# homeassistant.components.notify.pushover
|
# homeassistant.components.notify.pushover
|
||||||
python-pushover==0.2
|
python-pushover==0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user