Import issue_registry from helpers for speedtestdotnet (#77467)

import issue_registry from helpers for speedtestdotnet
This commit is contained in:
Rami Mosleh 2022-08-29 11:40:47 +03:00 committed by GitHub
parent 3846efecc5
commit bf01b5a466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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 (

View file

@ -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"