Skip to content

Commit 25a246e

Browse files
authored
Merge pull request #492 from asantaga/dev
fix path error in imports
2 parents df8d0d1 + b50af62 commit 25a246e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

custom_components/wiser/binary_sensor.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
import logging
44

5-
from config.custom_components.wiser.helpers import (
6-
get_device_name,
7-
get_identifier,
8-
get_unique_id,
9-
)
105
from homeassistant.components.binary_sensor import (
116
BinarySensorDeviceClass,
127
BinarySensorEntity,
@@ -15,6 +10,7 @@
1510
from homeassistant.helpers.update_coordinator import CoordinatorEntity
1611

1712
from .const import DATA, DOMAIN, MANUFACTURER
13+
from .helpers import get_device_name, get_identifier, get_unique_id
1814

1915
_LOGGER = logging.getLogger(__name__)
2016

0 commit comments

Comments
 (0)