Add fetching camera thumbnails over websocket (#14231)

* Add fetching camera thumbnails over websocket

* Lint
This commit is contained in:
Paulus Schoutsen 2018-05-03 16:02:59 -04:00 committed by Pascal Vizeli
parent 4ecce2598a
commit 58257af289
8 changed files with 135 additions and 74 deletions

View file

@ -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: