Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.websocket_api.http Namespace Reference

Classes

class  WebSocketAdapter
 
class  WebsocketAPIView
 
class  WebSocketHandler
 

Variables

dictionary CLOSE_MSG_TYPES = {WSMsgType.CLOSE, WSMsgType.CLOSED, WSMsgType.CLOSING}
 
 Final
 

Detailed Description

View to accept incoming websocket connection.

Variable Documentation

◆ CLOSE_MSG_TYPES

dictionary homeassistant.components.websocket_api.http.CLOSE_MSG_TYPES = {WSMsgType.CLOSE, WSMsgType.CLOSED, WSMsgType.CLOSING}

Definition at line 39 of file http.py.

◆ Final

homeassistant.components.websocket_api.http.Final

Definition at line 45 of file http.py.