Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.traccar_server.const Namespace Reference

Variables

string ATTR_ADDRESS = "address"
 
string ATTR_ALTITUDE = "altitude"
 
string ATTR_CATEGORY = "category"
 
string ATTR_GEOFENCE = "geofence"
 
string ATTR_MOTION = "motion"
 
string ATTR_SPEED = "speed"
 
string ATTR_STATUS = "status"
 
string ATTR_TRACCAR_ID = "traccar_id"
 
string ATTR_TRACKER = "tracker"
 
string CONF_CUSTOM_ATTRIBUTES = "custom_attributes"
 
string CONF_EVENTS = "events"
 
string CONF_MAX_ACCURACY = "max_accuracy"
 
string CONF_SKIP_ACCURACY_FILTER_FOR = "skip_accuracy_filter_for"
 
string DOMAIN = "traccar_server"
 
dictionary EVENTS
 
 LOGGER = getLogger(__package__)
 

Detailed Description

Constants for the Traccar Server integration.

Variable Documentation

◆ ATTR_ADDRESS

string homeassistant.components.traccar_server.const.ATTR_ADDRESS = "address"

Definition at line 8 of file const.py.

◆ ATTR_ALTITUDE

string homeassistant.components.traccar_server.const.ATTR_ALTITUDE = "altitude"

Definition at line 9 of file const.py.

◆ ATTR_CATEGORY

string homeassistant.components.traccar_server.const.ATTR_CATEGORY = "category"

Definition at line 10 of file const.py.

◆ ATTR_GEOFENCE

string homeassistant.components.traccar_server.const.ATTR_GEOFENCE = "geofence"

Definition at line 11 of file const.py.

◆ ATTR_MOTION

string homeassistant.components.traccar_server.const.ATTR_MOTION = "motion"

Definition at line 12 of file const.py.

◆ ATTR_SPEED

string homeassistant.components.traccar_server.const.ATTR_SPEED = "speed"

Definition at line 13 of file const.py.

◆ ATTR_STATUS

string homeassistant.components.traccar_server.const.ATTR_STATUS = "status"

Definition at line 14 of file const.py.

◆ ATTR_TRACCAR_ID

string homeassistant.components.traccar_server.const.ATTR_TRACCAR_ID = "traccar_id"

Definition at line 16 of file const.py.

◆ ATTR_TRACKER

string homeassistant.components.traccar_server.const.ATTR_TRACKER = "tracker"

Definition at line 15 of file const.py.

◆ CONF_CUSTOM_ATTRIBUTES

string homeassistant.components.traccar_server.const.CONF_CUSTOM_ATTRIBUTES = "custom_attributes"

Definition at line 19 of file const.py.

◆ CONF_EVENTS

string homeassistant.components.traccar_server.const.CONF_EVENTS = "events"

Definition at line 20 of file const.py.

◆ CONF_MAX_ACCURACY

string homeassistant.components.traccar_server.const.CONF_MAX_ACCURACY = "max_accuracy"

Definition at line 18 of file const.py.

◆ CONF_SKIP_ACCURACY_FILTER_FOR

string homeassistant.components.traccar_server.const.CONF_SKIP_ACCURACY_FILTER_FOR = "skip_accuracy_filter_for"

Definition at line 21 of file const.py.

◆ DOMAIN

string homeassistant.components.traccar_server.const.DOMAIN = "traccar_server"

Definition at line 5 of file const.py.

◆ EVENTS

dictionary homeassistant.components.traccar_server.const.EVENTS
Initial value:
1 = {
2  "deviceMoving": "device_moving",
3  "commandResult": "command_result",
4  "deviceFuelDrop": "device_fuel_drop",
5  "geofenceEnter": "geofence_enter",
6  "deviceOffline": "device_offline",
7  "driverChanged": "driver_changed",
8  "geofenceExit": "geofence_exit",
9  "deviceOverspeed": "device_overspeed",
10  "deviceOnline": "device_online",
11  "deviceStopped": "device_stopped",
12  "maintenance": "maintenance",
13  "alarm": "alarm",
14  "textMessage": "text_message",
15  "deviceUnknown": "device_unknown",
16  "ignitionOff": "ignition_off",
17  "ignitionOn": "ignition_on",
18 }

Definition at line 23 of file const.py.

◆ LOGGER

homeassistant.components.traccar_server.const.LOGGER = getLogger(__package__)

Definition at line 6 of file const.py.