mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Fix websocket API (#17471)
This commit is contained in:
parent
80867cc9b7
commit
b5272f2bc7
@ -187,3 +187,5 @@ class WebSocketHandler:
|
||||
self._logger.debug("Disconnected")
|
||||
else:
|
||||
self._logger.warning("Disconnected: %s", disconnect_warn)
|
||||
|
||||
return wsock
|
||||
|
Loading…
x
Reference in New Issue
Block a user