Classes | |
| class | MicrosoftFaceDetectEntity |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
| def | validate_attributes (list_attributes) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_ATTRIBUTES = "attributes" |
| list | DEFAULT_ATTRIBUTES = [ATTR_AGE, ATTR_GENDER] |
| PLATFORM_SCHEMA | |
| list | SUPPORTED_ATTRIBUTES = [ATTR_AGE, ATTR_GENDER, ATTR_GLASSES] |
Component that will help set the Microsoft face detect processing.
| None homeassistant.components.microsoft_face_detect.image_processing.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Microsoft Face detection platform.
Definition at line 49 of file image_processing.py.
| def homeassistant.components.microsoft_face_detect.image_processing.validate_attributes | ( | list_attributes | ) |
Validate face attributes.
Definition at line 32 of file image_processing.py.
|
private |
Definition at line 24 of file image_processing.py.
| string homeassistant.components.microsoft_face_detect.image_processing.CONF_ATTRIBUTES = "attributes" |
Definition at line 28 of file image_processing.py.
| list homeassistant.components.microsoft_face_detect.image_processing.DEFAULT_ATTRIBUTES = [ATTR_AGE, ATTR_GENDER] |
Definition at line 29 of file image_processing.py.
| homeassistant.components.microsoft_face_detect.image_processing.PLATFORM_SCHEMA |
Definition at line 40 of file image_processing.py.
| list homeassistant.components.microsoft_face_detect.image_processing.SUPPORTED_ATTRIBUTES = [ATTR_AGE, ATTR_GENDER, ATTR_GLASSES] |
Definition at line 26 of file image_processing.py.