Update integrations to import issue_registry from helpers (#77305)

* Update integrations to import issue_registry from helpers

* Update tests
This commit is contained in:
Erik Montnemery 2022-08-25 15:33:05 +02:00 committed by GitHub
parent 0f86bb94d5
commit c741d9d045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 69 additions and 91 deletions

View file

@ -14,7 +14,6 @@ from homeassistant.components.image_processing import (
PLATFORM_SCHEMA,
ImageProcessingEntity,
)
from homeassistant.components.repairs import IssueSeverity, create_issue
from homeassistant.const import (
ATTR_ENTITY_ID,
CONF_ENTITY_ID,
@ -25,6 +24,7 @@ from homeassistant.const import (
from homeassistant.core import HomeAssistant, callback, split_entity_id
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.issue_registry import IssueSeverity, create_issue
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
from homeassistant.util.async_ import run_callback_threadsafe

View file

@ -3,6 +3,5 @@
"name": "OpenALPR Local",
"documentation": "https://www.home-assistant.io/integrations/openalpr_local",
"codeowners": [],
"dependencies": ["repairs"],
"iot_class": "local_push"
}