Upgrade python-nmap to 0.6.1 (#2681)

This commit is contained in:
Fabian Affolter 2016-07-31 22:47:46 +02:00 committed by Paulus Schoutsen
parent ca1cf44194
commit 5faba21b8c
2 changed files with 3 additions and 3 deletions

View file

@ -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):

View file

@ -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