Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for Traccar client integration."""
2
3
DOMAIN =
"traccar"
4
5
CONF_MAX_ACCURACY =
"max_accuracy"
6
CONF_SKIP_ACCURACY_ON =
"skip_accuracy_filter_on"
7
8
ATTR_ACCURACY =
"accuracy"
9
ATTR_ADDRESS =
"address"
10
ATTR_ALTITUDE =
"altitude"
11
ATTR_BATTERY =
"batt"
12
ATTR_BEARING =
"bearing"
13
ATTR_CATEGORY =
"category"
14
ATTR_GEOFENCE =
"geofence"
15
ATTR_LATITUDE =
"lat"
16
ATTR_LONGITUDE =
"lon"
17
ATTR_MOTION =
"motion"
18
ATTR_SPEED =
"speed"
19
ATTR_STATUS =
"status"
20
ATTR_TIMESTAMP =
"timestamp"
21
ATTR_TRACKER =
"tracker"
22
ATTR_TRACCAR_ID =
"traccar_id"
23
24
EVENT_DEVICE_MOVING =
"device_moving"
25
EVENT_COMMAND_RESULT =
"command_result"
26
EVENT_DEVICE_FUEL_DROP =
"device_fuel_drop"
27
EVENT_GEOFENCE_ENTER =
"geofence_enter"
28
EVENT_DEVICE_OFFLINE =
"device_offline"
29
EVENT_DRIVER_CHANGED =
"driver_changed"
30
EVENT_GEOFENCE_EXIT =
"geofence_exit"
31
EVENT_DEVICE_OVERSPEED =
"device_overspeed"
32
EVENT_DEVICE_ONLINE =
"device_online"
33
EVENT_DEVICE_STOPPED =
"device_stopped"
34
EVENT_MAINTENANCE =
"maintenance"
35
EVENT_ALARM =
"alarm"
36
EVENT_TEXT_MESSAGE =
"text_message"
37
EVENT_DEVICE_UNKNOWN =
"device_unknown"
38
EVENT_IGNITION_OFF =
"ignition_off"
39
EVENT_IGNITION_ON =
"ignition_on"
40
EVENT_ALL_EVENTS =
"all_events"
core
homeassistant
components
traccar
const.py
Generated by
1.9.1