Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.image_processing.FaceInformation
 
class  homeassistant.components.image_processing.ImageProcessingDeviceClass
 
class  homeassistant.components.image_processing.ImageProcessingEntity
 
class  homeassistant.components.image_processing.ImageProcessingEntityDescription
 
class  homeassistant.components.image_processing.ImageProcessingFaceEntity
 

Namespaces

 homeassistant.components.image_processing
 

Functions

bool homeassistant.components.image_processing.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.image_processing._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.image_processing.ATTR_AGE = "age"
 
string homeassistant.components.image_processing.ATTR_FACES = "faces"
 
string homeassistant.components.image_processing.ATTR_GENDER = "gender"
 
string homeassistant.components.image_processing.ATTR_GLASSES = "glasses"
 
string homeassistant.components.image_processing.ATTR_TOTAL_FACES = "total_faces"
 
string homeassistant.components.image_processing.CONF_CONFIDENCE = "confidence"
 
int homeassistant.components.image_processing.DEFAULT_CONFIDENCE = 80
 
int homeassistant.components.image_processing.DEFAULT_TIMEOUT = 10
 
string homeassistant.components.image_processing.DOMAIN = "image_processing"
 
string homeassistant.components.image_processing.EVENT_DETECT_FACE = "image_processing.detect_face"
 
 homeassistant.components.image_processing.Final
 
 homeassistant.components.image_processing.PLATFORM_SCHEMA
 
 homeassistant.components.image_processing.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE.extend(PLATFORM_SCHEMA.schema)
 
 homeassistant.components.image_processing.SCAN_INTERVAL = timedelta(seconds=10)
 
string homeassistant.components.image_processing.SERVICE_SCAN = "scan"
 
 homeassistant.components.image_processing.SOURCE_SCHEMA