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

Variables

string ATTR_ACCURACY = "accuracy"
 
string ATTR_ACTIVITY = "activity"
 
string ATTR_ALTITUDE = "altitude"
 
string ATTR_DEVICE = "device"
 
string ATTR_DIRECTION = "direction"
 
string ATTR_PROVIDER = "provider"
 
string ATTR_SPEED = "speed"
 
string DOMAIN = "gpslogger"
 

Detailed Description

Const for GPSLogger.

Variable Documentation

◆ ATTR_ACCURACY

string homeassistant.components.gpslogger.const.ATTR_ACCURACY = "accuracy"

Definition at line 6 of file const.py.

◆ ATTR_ACTIVITY

string homeassistant.components.gpslogger.const.ATTR_ACTIVITY = "activity"

Definition at line 7 of file const.py.

◆ ATTR_ALTITUDE

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

Definition at line 5 of file const.py.

◆ ATTR_DEVICE

string homeassistant.components.gpslogger.const.ATTR_DEVICE = "device"

Definition at line 8 of file const.py.

◆ ATTR_DIRECTION

string homeassistant.components.gpslogger.const.ATTR_DIRECTION = "direction"

Definition at line 9 of file const.py.

◆ ATTR_PROVIDER

string homeassistant.components.gpslogger.const.ATTR_PROVIDER = "provider"

Definition at line 10 of file const.py.

◆ ATTR_SPEED

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

Definition at line 11 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.