Add fetching camera thumbnails over websocket (#14231)
* Add fetching camera thumbnails over websocket * Lint
This commit is contained in:
parent
4ecce2598a
commit
58257af289
8 changed files with 135 additions and 74 deletions
|
@ -239,7 +239,7 @@ def async_setup(hass, config):
|
|||
'post',
|
||||
"persongroups/{0}/persons/{1}/persistedFaces".format(
|
||||
g_id, p_id),
|
||||
image,
|
||||
image.content,
|
||||
binary=True
|
||||
)
|
||||
except HomeAssistantError as err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue