Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.microsoft_face_identify.image_processing Namespace Reference

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
 

Detailed Description

Component that will help set the Microsoft face for verify processing.

Function Documentation

◆ async_setup_platform()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.microsoft_face_identify.image_processing._LOGGER = logging.getLogger(__name__)
private

Definition at line 23 of file image_processing.py.

◆ CONF_GROUP

string homeassistant.components.microsoft_face_identify.image_processing.CONF_GROUP = "group"

Definition at line 25 of file image_processing.py.

◆ PLATFORM_SCHEMA

homeassistant.components.microsoft_face_identify.image_processing.PLATFORM_SCHEMA
Initial value:
1 = IMAGE_PROCESSING_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_GROUP): cv.slugify}
3 )

Definition at line 27 of file image_processing.py.