Upgrade speedtest-cli to 1.0.7 (#9984)
This commit is contained in:
parent
53df3fadd7
commit
4f1eab138c
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.helpers.event import track_time_change
|
||||
from homeassistant.helpers.restore_state import async_get_last_state
|
||||
|
||||
REQUIREMENTS = ['speedtest-cli==1.0.6']
|
||||
REQUIREMENTS = ['speedtest-cli==1.0.7']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
_SPEEDTEST_REGEX = re.compile(r'Ping:\s(\d+\.\d+)\sms[\r\n]+'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue