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

Variables

int DEFAULT_SCAN_INTERVAL = 30
 
string DOMAIN = "tesla_wall_connector"
 
string WALLCONNECTOR_DATA_LIFETIME = "lifetime"
 
string WALLCONNECTOR_DATA_VITALS = "vitals"
 
string WALLCONNECTOR_DEVICE_NAME = "Tesla Wall Connector"
 
string WALLCONNECTOR_SERIAL_NUMBER = "serial_number"
 

Detailed Description

Constants for the Tesla Wall Connector integration.

Variable Documentation

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.tesla_wall_connector.const.DEFAULT_SCAN_INTERVAL = 30

Definition at line 4 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ WALLCONNECTOR_DATA_LIFETIME

string homeassistant.components.tesla_wall_connector.const.WALLCONNECTOR_DATA_LIFETIME = "lifetime"

Definition at line 9 of file const.py.

◆ WALLCONNECTOR_DATA_VITALS

string homeassistant.components.tesla_wall_connector.const.WALLCONNECTOR_DATA_VITALS = "vitals"

Definition at line 8 of file const.py.

◆ WALLCONNECTOR_DEVICE_NAME

string homeassistant.components.tesla_wall_connector.const.WALLCONNECTOR_DEVICE_NAME = "Tesla Wall Connector"

Definition at line 11 of file const.py.

◆ WALLCONNECTOR_SERIAL_NUMBER

string homeassistant.components.tesla_wall_connector.const.WALLCONNECTOR_SERIAL_NUMBER = "serial_number"

Definition at line 6 of file const.py.