Small import fixes

This commit is contained in:
2022-03-04 16:59:28 +01:00
parent 9f5b09dc4c
commit 80de671649
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ from homeassistant.helpers.update_coordinator import (
)
from .const import DOMAIN as GEORIDE_DOMAIN
from .device import Device
from .device import Device, DeviceBeacon
_LOGGER = logging.getLogger(__name__)