mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix websocket API (#17471)
This commit is contained in:
committed by
Paulus Schoutsen
parent
80867cc9b7
commit
b5272f2bc7
@@ -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
|
||||||
|
Reference in New Issue
Block a user