Home Assistant Unofficial Reference 2024.12.1
image_processing.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.doods.image_processing.Doods
 

Namespaces

 homeassistant.components.doods.image_processing
 

Functions

None homeassistant.components.doods.image_processing.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.doods.image_processing._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.doods.image_processing.AREA_SCHEMA
 
string homeassistant.components.doods.image_processing.ATTR_MATCHES = "matches"
 
string homeassistant.components.doods.image_processing.ATTR_PROCESS_TIME = "process_time"
 
string homeassistant.components.doods.image_processing.ATTR_SUMMARY = "summary"
 
string homeassistant.components.doods.image_processing.ATTR_TOTAL_MATCHES = "total_matches"
 
string homeassistant.components.doods.image_processing.CONF_AREA = "area"
 
string homeassistant.components.doods.image_processing.CONF_AUTH_KEY = "auth_key"
 
string homeassistant.components.doods.image_processing.CONF_BOTTOM = "bottom"
 
string homeassistant.components.doods.image_processing.CONF_DETECTOR = "detector"
 
string homeassistant.components.doods.image_processing.CONF_FILE_OUT = "file_out"
 
string homeassistant.components.doods.image_processing.CONF_LABELS = "labels"
 
string homeassistant.components.doods.image_processing.CONF_LEFT = "left"
 
string homeassistant.components.doods.image_processing.CONF_RIGHT = "right"
 
string homeassistant.components.doods.image_processing.CONF_TOP = "top"
 
 homeassistant.components.doods.image_processing.LABEL_SCHEMA
 
 homeassistant.components.doods.image_processing.PLATFORM_SCHEMA