Skip to content

Commit

Permalink
Merge pull request #492 from asantaga/dev
Browse files Browse the repository at this point in the history
fix path error in imports
  • Loading branch information
msp1974 authored Sep 7, 2024
2 parents df8d0d1 + b50af62 commit 25a246e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions custom_components/wiser/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

import logging

from config.custom_components.wiser.helpers import (
get_device_name,
get_identifier,
get_unique_id,
)
from homeassistant.components.binary_sensor import (
BinarySensorDeviceClass,
BinarySensorEntity,
Expand All @@ -15,6 +10,7 @@
from homeassistant.helpers.update_coordinator import CoordinatorEntity

from .const import DATA, DOMAIN, MANUFACTURER
from .helpers import get_device_name, get_identifier, get_unique_id

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 25a246e

Please sign in to comment.