We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed4910 commit 424fa86Copy full SHA for 424fa86
custom_components/daikin_residential_altherma/sensor.py
@@ -15,6 +15,8 @@
15
STATE_CLASS_TOTAL_INCREASING,
16
)
17
18
+from homeassistant.helpers.entity import EntityCategory
19
+
20
from .daikin_base import Appliance
21
22
from .const import (
0 commit comments