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 7c80491 commit a2e469eCopy full SHA for a2e469e
homeassistant/components/mobile_app/webhook.py
@@ -28,7 +28,6 @@
28
from homeassistant.components.device_tracker import (
29
ATTR_BATTERY,
30
ATTR_GPS,
31
- ATTR_GPS_ACCURACY,
32
ATTR_LOCATION_NAME,
33
)
34
from homeassistant.components.frontend import MANIFEST_JSON
@@ -38,6 +37,7 @@
38
37
from homeassistant.const import (
39
ATTR_DEVICE_ID,
40
ATTR_DOMAIN,
+ ATTR_GPS_ACCURACY,
41
ATTR_SERVICE,
42
ATTR_SERVICE_DATA,
43
ATTR_SUPPORTED_FEATURES,
0 commit comments