mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Upgrade speedtest-cli to 1.0.1 (#5073)
This commit is contained in:
parent
ec89accd29
commit
c5f70e8be3
@ -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.0']
|
REQUIREMENTS = ['speedtest-cli==1.0.1']
|
||||||
|
|
||||||
_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]+'
|
||||||
|
@ -558,7 +558,7 @@ snapcast==1.2.2
|
|||||||
somecomfort==0.3.2
|
somecomfort==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.speedtest
|
# homeassistant.components.sensor.speedtest
|
||||||
speedtest-cli==1.0.0
|
speedtest-cli==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user