Skip to content

Commit 046a8ee

Browse files
Apply pre-commit auto fixes
1 parent 2b0df38 commit 046a8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/custom/telink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""
55

66
from zigpy.quirks.v2 import QuirkBuilder
7-
from zigpy.quirks.v2.homeassistant import PERCENTAGE, UnitOfTemperature
87
import zigpy.types as t
98
from zigpy.zcl import ClusterType
109
from zigpy.zcl.clusters.hvac import UserInterface
@@ -19,6 +18,7 @@ class Display(t.enum8):
1918
Off = 0x01
2019
On = 0x00
2120

21+
2222
class CustomUserInterfaceCluster(CustomCluster, UserInterface):
2323
"""Custom User Interface Cluster with smiley control."""
2424

0 commit comments

Comments
 (0)