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

Variables

string DOMAIN = "tessie"
 
dictionary MODELS
 
dictionary TessieChargeStates
 
dictionary TRANSLATED_ERRORS
 

Detailed Description

Constants used by Tessie integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ MODELS

dictionary homeassistant.components.tessie.const.MODELS
Initial value:
1 = {
2  "model3": "Model 3",
3  "modelx": "Model X",
4  "modely": "Model Y",
5  "models": "Model S",
6 }

Definition at line 9 of file const.py.

◆ TessieChargeStates

dictionary homeassistant.components.tessie.const.TessieChargeStates
Initial value:
1 = {
2  "Starting": "starting",
3  "Charging": "charging",
4  "Stopped": "stopped",
5  "Complete": "complete",
6  "Disconnected": "disconnected",
7  "NoPower": "no_power",
8 }

Definition at line 93 of file const.py.

◆ TRANSLATED_ERRORS

dictionary homeassistant.components.tessie.const.TRANSLATED_ERRORS
Initial value:
1 = {
2  "unknown": "unknown",
3  "not supported": "not_supported",
4  "cable connected": "cable_connected",
5  "already active": "already_active",
6  "already inactive": "already_inactive",
7  "incorrect pin": "incorrect_pin",
8  "no cable": "no_cable",
9 }

Definition at line 16 of file const.py.