Upgrade python-nmap to 0.6.0 (attempt to fix #1592)

This commit is contained in:
Fabian Affolter 2016-03-23 21:57:06 +01:00
parent 890930ea32
commit f7943d9448
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ _LOGGER = logging.getLogger(__name__)
# interval in minutes to exclude devices from a scan while they are home
CONF_HOME_INTERVAL = "home_interval"
REQUIREMENTS = ['python-nmap==0.4.3']
REQUIREMENTS = ['python-nmap==0.6.0']
def get_scanner(hass, config):

View file

@ -195,7 +195,7 @@ python-mpd2==0.5.4
python-nest==2.6.0
# homeassistant.components.device_tracker.nmap_tracker
python-nmap==0.4.3
python-nmap==0.6.0
# homeassistant.components.notify.pushover
python-pushover==0.2