Hotfix for nmap -> v7.1

This commit is contained in:
Paulus Schoutsen 2015-09-01 08:50:45 -07:00
parent abb8958775
commit 03ceb667ba
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ class NmapDeviceScanner(object):
from nmap import PortScanner, PortScannerError
scanner = PortScanner()
options = "-sP --host-timeout 5"
options = "-F --host-timeout 5"
exclude_targets = set()
if self.home_interval:
now = dt_util.now()

View File

@ -1,6 +1,6 @@
""" Constants used by Home Assistant components. """
__version__ = "0.7.0.1"
__version__ = "0.7.1"
# Can be used to specify a catch all when registering state or event listeners.
MATCH_ALL = '*'