From 9aaab4198504dfd74ea529f2342db8b045058c6d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 4 Mar 2020 21:58:07 +0100 Subject: [PATCH] Deprecate camera WS API (#32473) --- homeassistant/components/camera/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/camera/__init__.py b/homeassistant/components/camera/__init__.py index 647e54556c4b..45cfe96e11b7 100644 --- a/homeassistant/components/camera/__init__.py +++ b/homeassistant/components/camera/__init__.py @@ -535,6 +535,7 @@ async def websocket_camera_thumbnail(hass, connection, msg): Async friendly. """ + _LOGGER.warning("The websocket command 'camera_thumbnail' has been deprecated.") try: image = await async_get_image(hass, msg["entity_id"]) await connection.send_big_result(