mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
Adjust import of ATTR_GPS_ACCURACY in device_tracker tests (#154531)
This commit is contained in:
@@ -9,7 +9,6 @@ from homeassistant.components.device_tracker import (
|
||||
ATTR_BATTERY,
|
||||
ATTR_DEV_ID,
|
||||
ATTR_GPS,
|
||||
ATTR_GPS_ACCURACY,
|
||||
ATTR_HOST_NAME,
|
||||
ATTR_LOCATION_NAME,
|
||||
ATTR_MAC,
|
||||
@@ -19,6 +18,7 @@ from homeassistant.components.device_tracker import (
|
||||
ScannerEntity,
|
||||
SourceType,
|
||||
)
|
||||
from homeassistant.const import ATTR_GPS_ACCURACY
|
||||
from homeassistant.core import HomeAssistant, callback
|
||||
from homeassistant.helpers.typing import ConfigType, GPSType
|
||||
from homeassistant.loader import bind_hass
|
||||
|
||||
Reference in New Issue
Block a user