Update integrations to import issue_registry from helpers (#77305)
* Update integrations to import issue_registry from helpers * Update tests
This commit is contained in:
parent
0f86bb94d5
commit
c741d9d045
59 changed files with 69 additions and 91 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -3,6 +3,5 @@
|
|||
"name": "OpenALPR Local",
|
||||
"documentation": "https://www.home-assistant.io/integrations/openalpr_local",
|
||||
"codeowners": [],
|
||||
"dependencies": ["repairs"],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue