Remove requirement from entity integration (#30113)

This commit is contained in:
Paulus Schoutsen
2019-12-22 10:32:42 +01:00
committed by GitHub
parent 63a843c19c
commit 32aae7017e
10 changed files with 67 additions and 66 deletions

View File

@ -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__)