Remove requirement from entity integration (#30113)
This commit is contained in:
parent
d448ed9f6d
commit
697833bc91
10 changed files with 67 additions and 66 deletions
|
@ -15,11 +15,11 @@ from homeassistant.components.image_processing import (
|
|||
CONF_SOURCE,
|
||||
PLATFORM_SCHEMA,
|
||||
ImageProcessingEntity,
|
||||
draw_box,
|
||||
)
|
||||
from homeassistant.core import split_entity_id
|
||||
from homeassistant.helpers import template
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util.pil import draw_box
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue