Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm committed Jul 5, 2022
1 parent e8fb372 commit 67823a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/ha_tedee_lock/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.update_coordinator import CoordinatorEntity

from . import TedeeUpdateCoordinator
from . import TedeeUpdateCoordinator, device_from_dict
from .const import CONF_DEVICE_INFO
from .const import CONF_DEVICE_TYPE
from .const import DOMAIN
from .model.devices import device_from_dict
from .model.devices.lock import Lock
from .model.devices.lock import LockState
from .model.states.device_state_lock import DeviceStateLock
Expand Down

0 comments on commit 67823a3

Please sign in to comment.