Use core constants for doods (#46043)
This commit is contained in:
parent
6404f91d00
commit
725dcb5cac
1 changed files with 1 additions and 3 deletions
|
@ -16,7 +16,7 @@ from homeassistant.components.image_processing import (
|
|||
PLATFORM_SCHEMA,
|
||||
ImageProcessingEntity,
|
||||
)
|
||||
from homeassistant.const import CONF_TIMEOUT
|
||||
from homeassistant.const import CONF_COVERS, CONF_TIMEOUT, CONF_URL
|
||||
from homeassistant.core import split_entity_id
|
||||
from homeassistant.helpers import template
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
@ -29,12 +29,10 @@ ATTR_SUMMARY = "summary"
|
|||
ATTR_TOTAL_MATCHES = "total_matches"
|
||||
ATTR_PROCESS_TIME = "process_time"
|
||||
|
||||
CONF_URL = "url"
|
||||
CONF_AUTH_KEY = "auth_key"
|
||||
CONF_DETECTOR = "detector"
|
||||
CONF_LABELS = "labels"
|
||||
CONF_AREA = "area"
|
||||
CONF_COVERS = "covers"
|
||||
CONF_TOP = "top"
|
||||
CONF_BOTTOM = "bottom"
|
||||
CONF_RIGHT = "right"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue