Upgrade python-nmap to 0.6.0 (attempt to fix #1592)
This commit is contained in:
parent
890930ea32
commit
f7943d9448
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ _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"
|
CONF_HOME_INTERVAL = "home_interval"
|
||||||
|
|
||||||
REQUIREMENTS = ['python-nmap==0.4.3']
|
REQUIREMENTS = ['python-nmap==0.6.0']
|
||||||
|
|
||||||
|
|
||||||
def get_scanner(hass, config):
|
def get_scanner(hass, config):
|
||||||
|
|
|
@ -195,7 +195,7 @@ python-mpd2==0.5.4
|
||||||
python-nest==2.6.0
|
python-nest==2.6.0
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.nmap_tracker
|
# homeassistant.components.device_tracker.nmap_tracker
|
||||||
python-nmap==0.4.3
|
python-nmap==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.notify.pushover
|
# homeassistant.components.notify.pushover
|
||||||
python-pushover==0.2
|
python-pushover==0.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue