mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Correct error message in Microsoft Face (#35096)
This commit is contained in:
parent
9efca0079c
commit
984a2769db
@ -189,7 +189,9 @@ async def async_setup(hass, config):
|
|||||||
binary=True,
|
binary=True,
|
||||||
)
|
)
|
||||||
except HomeAssistantError as err:
|
except HomeAssistantError as err:
|
||||||
_LOGGER.error("Can't delete person '%s' with error: %s", p_id, err)
|
_LOGGER.error(
|
||||||
|
"Can't add an image of a person '%s' with error: %s", p_id, err
|
||||||
|
)
|
||||||
|
|
||||||
hass.services.async_register(
|
hass.services.async_register(
|
||||||
DOMAIN, SERVICE_FACE_PERSON, async_face_person, schema=SCHEMA_FACE_SERVICE
|
DOMAIN, SERVICE_FACE_PERSON, async_face_person, schema=SCHEMA_FACE_SERVICE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user