mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 10:06:22 -05:00
Use secure in Speedtest (#76852)
This commit is contained in:
@@ -85,7 +85,7 @@ class SpeedTestDataCoordinator(DataUpdateCoordinator):
|
||||
|
||||
def initialize(self) -> None:
|
||||
"""Initialize speedtest api."""
|
||||
self.api = speedtest.Speedtest()
|
||||
self.api = speedtest.Speedtest(secure=True)
|
||||
self.update_servers()
|
||||
|
||||
def update_servers(self):
|
||||
|
||||
Reference in New Issue
Block a user