Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.teslemetry.const .TeslemetryState Class Reference
Inheritance diagram for homeassistant.components.teslemetry.const .TeslemetryState:
[legend]
Collaboration diagram for homeassistant.components.teslemetry.const .TeslemetryState:
[legend]

Static Public Attributes

string ASLEEP = "asleep"
 
string OFFLINE = "offline"
 
string ONLINE = "online"
 

Detailed Description

Teslemetry Vehicle States.

Definition at line 44 of file const.py.

Member Data Documentation

◆ ASLEEP

string homeassistant.components.teslemetry.const .TeslemetryState.ASLEEP = "asleep"
static

Definition at line 48 of file const.py.

◆ OFFLINE

string homeassistant.components.teslemetry.const .TeslemetryState.OFFLINE = "offline"
static

Definition at line 49 of file const.py.

◆ ONLINE

string homeassistant.components.teslemetry.const .TeslemetryState.ONLINE = "online"
static

Definition at line 47 of file const.py.


The documentation for this class was generated from the following file: