Skip to content

Commit ca5995f

Browse files
committed
Rework structure and fix typing
1 parent e1e5f13 commit ca5995f

File tree

6 files changed

+783
-809
lines changed

6 files changed

+783
-809
lines changed

homeassistant_api/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"Event",
1313
"LogbookEntry",
1414
"WebsocketClient",
15-
"AsyncWebsocketClient",
1615
"AuthInvalid",
1716
"AuthOk",
1817
"AuthRequired",
@@ -22,7 +21,6 @@
2221
"EventResponse",
2322
)
2423

25-
from .asyncwebsocket import AsyncWebsocketClient
2624
from .client import Client
2725
from .models.domains import Domain, Service
2826
from .models.entity import Entity, Group

0 commit comments

Comments
 (0)