Skip to content

Commit 1631419

Browse files
promasumrrstux
authored andcommitted
Format code for CI
Signed-off-by: Adrian Nöthlich <[email protected]>
1 parent 052e2ca commit 1631419

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

zhaquirks/bosch/rbsh_trv0_zb_eu.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
"""Device handler for Bosch RBSH-TRV0-ZB-EU thermostat."""
22

33
from zigpy.profiles import zha
4-
import zigpy.types as t
54
from zigpy.quirks import CustomDevice
6-
from zigpy.zcl.clusters import general, hvac, homeautomation
7-
5+
import zigpy.types as t
6+
from zigpy.zcl.clusters import general, homeautomation, hvac
87
from zigpy.zcl.clusters.general import (
98
Basic,
9+
Groups,
1010
Identify,
1111
Ota,
1212
PollControl,
13-
Groups,
14-
Time,
1513
PowerConfiguration,
14+
Time,
1615
ZCLAttributeDef,
1716
)
18-
from zigpy.zcl.clusters.hvac import Thermostat, UserInterface
1917
from zigpy.zcl.clusters.homeautomation import Diagnostic
18+
from zigpy.zcl.clusters.hvac import Thermostat, UserInterface
2019

2120
from zhaquirks import CustomCluster
2221
from zhaquirks.const import (
@@ -134,8 +133,7 @@ class BoschThermostat(CustomDevice):
134133
hvac.UserInterface.cluster_id,
135134
homeautomation.Diagnostic.cluster_id,
136135
],
137-
OUTPUT_CLUSTERS: [general.Ota.cluster_id,
138-
general.Time.cluster_id],
136+
OUTPUT_CLUSTERS: [general.Ota.cluster_id, general.Time.cluster_id],
139137
},
140138
},
141139
}

0 commit comments

Comments
 (0)