We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b57bda commit b95177fCopy full SHA for b95177f
custom_components/plugwise-beta/binary_sensor.py
@@ -3,7 +3,7 @@
3
import logging
4
from typing import Dict
5
6
-from homeassistant.components.binary_sensor import DEVICE_CLASS_HEAT, BinarySensorDevice
+from homeassistant.components.binary_sensor import BinarySensorDevice
7
from homeassistant.const import STATE_OFF, STATE_ON
8
from homeassistant.core import callback
9
@@ -124,7 +124,7 @@ def icon(self):
124
@property
125
def device_class(self):
126
"""Return the class of this device, from component DEVICE_CLASSES."""
127
- return DEVICE_CLASS_HEAT
+ return "none"
128
129
def update(self):
130
"""Update the entity."""
0 commit comments