mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
merge branch 'dev'
This commit is contained in:
commit
3a5a94413b
@ -114,7 +114,7 @@ class NmapDeviceScanner(object):
|
|||||||
from nmap import PortScanner, PortScannerError
|
from nmap import PortScanner, PortScannerError
|
||||||
scanner = PortScanner()
|
scanner = PortScanner()
|
||||||
|
|
||||||
options = "-sP --host-timeout 5"
|
options = "-F --host-timeout 5"
|
||||||
exclude_targets = set()
|
exclude_targets = set()
|
||||||
if self.home_interval:
|
if self.home_interval:
|
||||||
now = dt_util.now()
|
now = dt_util.now()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
""" Constants used by Home Assistant components. """
|
""" 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.
|
# Can be used to specify a catch all when registering state or event listeners.
|
||||||
MATCH_ALL = '*'
|
MATCH_ALL = '*'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user