Use relative imports [A-H] (#61574)
This commit is contained in:
parent
237232dad6
commit
b68a2747f3
21 changed files with 57 additions and 67 deletions
|
@ -17,7 +17,6 @@ from yalexs.doorbell import DoorbellDetail
|
|||
from yalexs.lock import LockDoorStatus
|
||||
from yalexs.util import update_lock_detail_from_activity
|
||||
|
||||
from homeassistant.components.august import AugustData
|
||||
from homeassistant.components.binary_sensor import (
|
||||
BinarySensorDeviceClass,
|
||||
BinarySensorEntity,
|
||||
|
@ -27,6 +26,7 @@ from homeassistant.core import callback
|
|||
from homeassistant.helpers.entity import EntityCategory
|
||||
from homeassistant.helpers.event import async_call_later
|
||||
|
||||
from . import AugustData
|
||||
from .const import ACTIVITY_UPDATE_INTERVAL, DATA_AUGUST, DOMAIN
|
||||
from .entity import AugustEntityMixin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue