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

Static Public Attributes

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

Detailed Description

Teslemetry Vehicle States.

Definition at line 39 of file const.py.

Member Data Documentation

◆ ASLEEP

string homeassistant.components.tesla_fleet.const .TeslaFleetState.ASLEEP = "asleep"
static

Definition at line 43 of file const.py.

◆ OFFLINE

string homeassistant.components.tesla_fleet.const .TeslaFleetState.OFFLINE = "offline"
static

Definition at line 44 of file const.py.

◆ ONLINE

string homeassistant.components.tesla_fleet.const .TeslaFleetState.ONLINE = "online"
static

Definition at line 42 of file const.py.


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