Home Assistant Unofficial Reference 2024.12.1
http.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.websocket_api.http.WebSocketAdapter
 
class  homeassistant.components.websocket_api.http.WebsocketAPIView
 
class  homeassistant.components.websocket_api.http.WebSocketHandler
 

Namespaces

 homeassistant.components.websocket_api.http
 

Variables

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