Import image_processing
constants from const
(#63461)
This commit is contained in:
parent
b168a8c7d0
commit
dfa94d6ce1
13 changed files with 48 additions and 58 deletions
|
@ -6,12 +6,8 @@ import io
|
|||
from PIL import Image
|
||||
from pyzbar import pyzbar
|
||||
|
||||
from homeassistant.components.image_processing import (
|
||||
CONF_ENTITY_ID,
|
||||
CONF_NAME,
|
||||
CONF_SOURCE,
|
||||
ImageProcessingEntity,
|
||||
)
|
||||
from homeassistant.components.image_processing import ImageProcessingEntity
|
||||
from homeassistant.const import CONF_ENTITY_ID, CONF_NAME, CONF_SOURCE
|
||||
from homeassistant.core import HomeAssistant, split_entity_id
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue