Classes | |
| class | Doods |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AREA_SCHEMA | |
| string | ATTR_MATCHES = "matches" |
| string | ATTR_PROCESS_TIME = "process_time" |
| string | ATTR_SUMMARY = "summary" |
| string | ATTR_TOTAL_MATCHES = "total_matches" |
| string | CONF_AREA = "area" |
| string | CONF_AUTH_KEY = "auth_key" |
| string | CONF_BOTTOM = "bottom" |
| string | CONF_DETECTOR = "detector" |
| string | CONF_FILE_OUT = "file_out" |
| string | CONF_LABELS = "labels" |
| string | CONF_LEFT = "left" |
| string | CONF_RIGHT = "right" |
| string | CONF_TOP = "top" |
| LABEL_SCHEMA | |
| PLATFORM_SCHEMA | |
Support for the DOODS service.
| None homeassistant.components.doods.image_processing.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Doods client.
Definition at line 85 of file image_processing.py.
|
private |
Definition at line 34 of file image_processing.py.
| homeassistant.components.doods.image_processing.AREA_SCHEMA |
Definition at line 51 of file image_processing.py.
| string homeassistant.components.doods.image_processing.ATTR_MATCHES = "matches" |
Definition at line 36 of file image_processing.py.
| string homeassistant.components.doods.image_processing.ATTR_PROCESS_TIME = "process_time" |
Definition at line 39 of file image_processing.py.
| string homeassistant.components.doods.image_processing.ATTR_SUMMARY = "summary" |
Definition at line 37 of file image_processing.py.
| string homeassistant.components.doods.image_processing.ATTR_TOTAL_MATCHES = "total_matches" |
Definition at line 38 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_AREA = "area" |
Definition at line 44 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_AUTH_KEY = "auth_key" |
Definition at line 41 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_BOTTOM = "bottom" |
Definition at line 46 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_DETECTOR = "detector" |
Definition at line 42 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_FILE_OUT = "file_out" |
Definition at line 49 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_LABELS = "labels" |
Definition at line 43 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_LEFT = "left" |
Definition at line 48 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_RIGHT = "right" |
Definition at line 47 of file image_processing.py.
| string homeassistant.components.doods.image_processing.CONF_TOP = "top" |
Definition at line 45 of file image_processing.py.
| homeassistant.components.doods.image_processing.LABEL_SCHEMA |
Definition at line 61 of file image_processing.py.
| homeassistant.components.doods.image_processing.PLATFORM_SCHEMA |
Definition at line 69 of file image_processing.py.