Skip to content

Commit

Permalink
Remove websockets from this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandMoff100 committed Dec 22, 2024
1 parent 08ab64f commit b667b8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 257 deletions.
2 changes: 0 additions & 2 deletions homeassistant_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
"ParameterMissingError",
"RequestError",
"UnauthorizedError",
"WebSocketClient",
)

from .client import Client
from .websocket import WebSocketClient
from .errors import (
APIConfigurationError,
EndpointNotFoundError,
Expand Down
182 changes: 0 additions & 182 deletions homeassistant_api/rawwebsocket.py

This file was deleted.

73 changes: 0 additions & 73 deletions homeassistant_api/websocket.py

This file was deleted.

0 comments on commit b667b8d

Please sign in to comment.