We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9610c3 commit e50b448Copy full SHA for e50b448
zha/application/platforms/event.py
@@ -7,9 +7,9 @@
7
8
from zha.application import Platform
9
from zha.application.platforms import (
10
+ BaseEntity,
11
EntityStateChangedEvent,
12
PlatformEntity,
- BaseEntity,
13
)
14
from zha.application.registries import PLATFORM_ENTITIES
15
from zha.const import STATE_CHANGED
@@ -21,8 +21,6 @@
21
if TYPE_CHECKING:
22
from zha.zigbee.cluster_handlers import ClusterHandler
23
from zha.zigbee.cluster_handlers.general import ClusterHandlerCommandEvent
24
- from zha.zigbee.device import Device
25
- from zha.zigbee.endpoint import Endpoint
26
27
from enum import StrEnum
28
0 commit comments