Classes | |
| class | MicrosoftFaceIdentifyEntity |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_GROUP = "group" |
| PLATFORM_SCHEMA | |
Component that will help set the Microsoft face for verify processing.
| None homeassistant.components.microsoft_face_identify.image_processing.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Microsoft Face identify platform.
Definition at line 32 of file image_processing.py.
|
private |
Definition at line 23 of file image_processing.py.
| string homeassistant.components.microsoft_face_identify.image_processing.CONF_GROUP = "group" |
Definition at line 25 of file image_processing.py.
| homeassistant.components.microsoft_face_identify.image_processing.PLATFORM_SCHEMA |
Definition at line 27 of file image_processing.py.