Upgrade python-nmap to 0.6.1 (#2681)
This commit is contained in:
parent
ca1cf44194
commit
5faba21b8c
2 changed files with 3 additions and 3 deletions
|
@ -21,10 +21,10 @@ MIN_TIME_BETWEEN_SCANS = timedelta(seconds=5)
|
|||
|
||||
_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"
|
||||
|
||||
REQUIREMENTS = ['python-nmap==0.6.0']
|
||||
REQUIREMENTS = ['python-nmap==0.6.1']
|
||||
|
||||
|
||||
def get_scanner(hass, config):
|
||||
|
|
|
@ -332,7 +332,7 @@ python-mystrom==0.3.6
|
|||
python-nest==2.9.2
|
||||
|
||||
# homeassistant.components.device_tracker.nmap_tracker
|
||||
python-nmap==0.6.0
|
||||
python-nmap==0.6.1
|
||||
|
||||
# homeassistant.components.notify.pushover
|
||||
python-pushover==0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue