Import issue_registry from helpers for speedtestdotnet (#77467)
import issue_registry from helpers for speedtestdotnet
This commit is contained in:
parent
3846efecc5
commit
bf01b5a466
2 changed files with 2 additions and 3 deletions
|
@ -6,12 +6,11 @@ import logging
|
|||
|
||||
import speedtest
|
||||
|
||||
from homeassistant.components.repairs.issue_handler import async_create_issue
|
||||
from homeassistant.components.repairs.models import IssueSeverity
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import CONF_SCAN_INTERVAL, EVENT_HOMEASSISTANT_STARTED
|
||||
from homeassistant.core import CoreState, HomeAssistant, ServiceCall
|
||||
from homeassistant.exceptions import ConfigEntryNotReady
|
||||
from homeassistant.helpers.issue_registry import IssueSeverity, async_create_issue
|
||||
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
|
||||
|
||||
from .const import (
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Speedtest.net",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/speedtestdotnet",
|
||||
"dependencies": ["repairs"],
|
||||
"dependencies": [],
|
||||
"requirements": ["speedtest-cli==2.1.3"],
|
||||
"codeowners": ["@rohankapoorcom", "@engrbm87"],
|
||||
"iot_class": "cloud_polling"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue