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 2b0df38 commit 046a8eeCopy full SHA for 046a8ee
zhaquirks/custom/telink.py
@@ -4,7 +4,6 @@
4
"""
5
6
from zigpy.quirks.v2 import QuirkBuilder
7
-from zigpy.quirks.v2.homeassistant import PERCENTAGE, UnitOfTemperature
8
import zigpy.types as t
9
from zigpy.zcl import ClusterType
10
from zigpy.zcl.clusters.hvac import UserInterface
@@ -19,6 +18,7 @@ class Display(t.enum8):
19
18
Off = 0x01
20
On = 0x00
21
+
22
class CustomUserInterfaceCluster(CustomCluster, UserInterface):
23
"""Custom User Interface Cluster with smiley control."""
24
0 commit comments