We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df8d0d1 + b50af62 commit 25a246eCopy full SHA for 25a246e
custom_components/wiser/binary_sensor.py
@@ -2,11 +2,6 @@
2
3
import logging
4
5
-from config.custom_components.wiser.helpers import (
6
- get_device_name,
7
- get_identifier,
8
- get_unique_id,
9
-)
10
from homeassistant.components.binary_sensor import (
11
BinarySensorDeviceClass,
12
BinarySensorEntity,
@@ -15,6 +10,7 @@
15
from homeassistant.helpers.update_coordinator import CoordinatorEntity
16
17
from .const import DATA, DOMAIN, MANUFACTURER
13
+from .helpers import get_device_name, get_identifier, get_unique_id
18
14
19
_LOGGER = logging.getLogger(__name__)
20
0 commit comments