Upgrade speedtest-cli to 1.0.2 (#5483)

This commit is contained in:
Fabian Affolter 2017-01-21 18:26:17 +01:00 committed by Pascal Vizeli
parent 56ed00a1db
commit f13774269d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.const import CONF_MONITORED_CONDITIONS
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity
from homeassistant.helpers.event import track_time_change from homeassistant.helpers.event import track_time_change
REQUIREMENTS = ['speedtest-cli==1.0.1'] REQUIREMENTS = ['speedtest-cli==1.0.2']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
_SPEEDTEST_REGEX = re.compile(r'Ping:\s(\d+\.\d+)\sms[\r\n]+' _SPEEDTEST_REGEX = re.compile(r'Ping:\s(\d+\.\d+)\sms[\r\n]+'

View File

@ -591,7 +591,7 @@ snapcast==1.2.2
somecomfort==0.4.1 somecomfort==0.4.1
# homeassistant.components.sensor.speedtest # homeassistant.components.sensor.speedtest
speedtest-cli==1.0.1 speedtest-cli==1.0.2
# homeassistant.components.recorder # homeassistant.components.recorder
# homeassistant.scripts.db_migrator # homeassistant.scripts.db_migrator