Skip to content

Commit 7c80491

Browse files
authored
Adjust import of ATTR_GPS_ACCURACY in mobile_app (home-assistant#154528)
1 parent adedf20 commit 7c80491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/mobile_app/device_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
from homeassistant.components.device_tracker import (
66
ATTR_BATTERY,
77
ATTR_GPS,
8-
ATTR_GPS_ACCURACY,
98
ATTR_LOCATION_NAME,
109
TrackerEntity,
1110
)
1211
from homeassistant.config_entries import ConfigEntry
1312
from homeassistant.const import (
1413
ATTR_BATTERY_LEVEL,
1514
ATTR_DEVICE_ID,
15+
ATTR_GPS_ACCURACY,
1616
ATTR_LATITUDE,
1717
ATTR_LONGITUDE,
1818
)

0 commit comments

Comments
 (0)