mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 10:56:28 +00:00
Update websocket-api.md (#1983)
This commit is contained in:
parent
f85fa4cbbb
commit
cce5150510
@ -56,7 +56,6 @@ async def ws_handle_thumbnail(
|
|||||||
connection.send_error(
|
connection.send_error(
|
||||||
msg["id"], "entity_not_found", "Entity not found"
|
msg["id"], "entity_not_found", "Entity not found"
|
||||||
)
|
)
|
||||||
)
|
|
||||||
return
|
return
|
||||||
|
|
||||||
data, content_type = await player.async_get_media_image()
|
data, content_type = await player.async_get_media_image()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user