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 adedf20 commit 7c80491Copy full SHA for 7c80491
homeassistant/components/mobile_app/device_tracker.py
@@ -5,14 +5,14 @@
5
from homeassistant.components.device_tracker import (
6
ATTR_BATTERY,
7
ATTR_GPS,
8
- ATTR_GPS_ACCURACY,
9
ATTR_LOCATION_NAME,
10
TrackerEntity,
11
)
12
from homeassistant.config_entries import ConfigEntry
13
from homeassistant.const import (
14
ATTR_BATTERY_LEVEL,
15
ATTR_DEVICE_ID,
+ ATTR_GPS_ACCURACY,
16
ATTR_LATITUDE,
17
ATTR_LONGITUDE,
18
0 commit comments