We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e469e commit f257e89Copy full SHA for f257e89
tests/components/device_tracker/common.py
@@ -9,7 +9,6 @@
9
ATTR_BATTERY,
10
ATTR_DEV_ID,
11
ATTR_GPS,
12
- ATTR_GPS_ACCURACY,
13
ATTR_HOST_NAME,
14
ATTR_LOCATION_NAME,
15
ATTR_MAC,
@@ -19,6 +18,7 @@
19
18
ScannerEntity,
20
SourceType,
21
)
+from homeassistant.const import ATTR_GPS_ACCURACY
22
from homeassistant.core import HomeAssistant, callback
23
from homeassistant.helpers.typing import ConfigType, GPSType
24
from homeassistant.loader import bind_hass
0 commit comments