mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Hotfix for nmap -> v7.1
This commit is contained in:
parent
abb8958775
commit
03ceb667ba
@ -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()
|
||||
|
@ -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 = '*'
|
||||
|
Loading…
x
Reference in New Issue
Block a user