mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +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,
|
||||
)
|
||||
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(
|
||||
DOMAIN, SERVICE_FACE_PERSON, async_face_person, schema=SCHEMA_FACE_SERVICE
|
||||
|
Loading…
x
Reference in New Issue
Block a user