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 89aee0b commit 76b950fCopy full SHA for 76b950f
tests/test_bosch.py
@@ -2,14 +2,15 @@
2
3
from unittest import mock
4
5
+from zigpy.zcl import foundation
6
+from zigpy.zcl.clusters.hvac import ControlSequenceOfOperation, Thermostat
7
+from zigpy.zcl.foundation import WriteAttributesStatusRecord
8
+
9
import zhaquirks
10
from zhaquirks.bosch.rbsh_trv0_zb_eu import (
11
BoschOperatingMode,
12
BoschThermostatCluster as BoschTrvThermostatCluster,
13
)
-from zigpy.zcl import foundation
-from zigpy.zcl.clusters.hvac import ControlSequenceOfOperation, Thermostat
-from zigpy.zcl.foundation import WriteAttributesStatusRecord
14
15
zhaquirks.setup()
16
0 commit comments