Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Const for GPSLogger."""
2
3
DOMAIN =
"gpslogger"
4
5
ATTR_ALTITUDE =
"altitude"
6
ATTR_ACCURACY =
"accuracy"
7
ATTR_ACTIVITY =
"activity"
8
ATTR_DEVICE =
"device"
9
ATTR_DIRECTION =
"direction"
10
ATTR_PROVIDER =
"provider"
11
ATTR_SPEED =
"speed"
core
homeassistant
components
gpslogger
const.py
Generated by
1.9.1