Skip to content

Commit a2e469e

Browse files
authored
Adjust import of ATTR_GPS_ACCURACY in mobile_app.webhook (home-assistant#154529)
1 parent 7c80491 commit a2e469e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/mobile_app/webhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from homeassistant.components.device_tracker import (
2929
ATTR_BATTERY,
3030
ATTR_GPS,
31-
ATTR_GPS_ACCURACY,
3231
ATTR_LOCATION_NAME,
3332
)
3433
from homeassistant.components.frontend import MANIFEST_JSON
@@ -38,6 +37,7 @@
3837
from homeassistant.const import (
3938
ATTR_DEVICE_ID,
4039
ATTR_DOMAIN,
40+
ATTR_GPS_ACCURACY,
4141
ATTR_SERVICE,
4242
ATTR_SERVICE_DATA,
4343
ATTR_SUPPORTED_FEATURES,

0 commit comments

Comments
 (0)