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