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 be1279f commit d7d284fCopy full SHA for d7d284f
tests/test_platform_event.py
@@ -6,7 +6,7 @@
6
7
from zigpy.device import Device as ZigpyDevice
8
from zigpy.profiles import zha
9
-from zigpy.zcl.clusters import general, hvac
+from zigpy.zcl.clusters import general
10
import zigpy.zdo.types as zdo_t
11
12
from tests.common import (
zha/application/platforms/update.py
@@ -19,9 +19,9 @@
19
from zha.exceptions import ZHAException
20
from zha.zigbee.cluster_handlers import ClusterAttributeUpdatedEvent
21
from zha.zigbee.cluster_handlers.const import (
22
+ CLIENT_CLUSTER_HANDLER_OTA,
23
CLUSTER_HANDLER_ATTRIBUTE_UPDATED,
24
CLUSTER_HANDLER_OTA,
- CLIENT_CLUSTER_HANDLER_OTA,
25
)
26
from zha.zigbee.endpoint import Endpoint
27
0 commit comments