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

Variables

string ATTR_FREQUENCY = "frequency"
 
string ATTR_INSTANT_AVERAGE_VOLTAGE = "instant_average_voltage"
 
string ATTR_INSTANT_TOTAL_CURRENT = "instant_total_current"
 
string ATTR_IS_ACTIVE = "is_active"
 
string DOMAIN = "powerwall"
 
 Final
 
string MANUFACTURER = "Tesla"
 
string MODEL = "PowerWall 2"
 
int UPDATE_INTERVAL = 30
 

Detailed Description

Constants for the Tesla Powerwall integration.

Variable Documentation

◆ ATTR_FREQUENCY

string homeassistant.components.powerwall.const.ATTR_FREQUENCY = "frequency"

Definition at line 14 of file const.py.

◆ ATTR_INSTANT_AVERAGE_VOLTAGE

string homeassistant.components.powerwall.const.ATTR_INSTANT_AVERAGE_VOLTAGE = "instant_average_voltage"

Definition at line 15 of file const.py.

◆ ATTR_INSTANT_TOTAL_CURRENT

string homeassistant.components.powerwall.const.ATTR_INSTANT_TOTAL_CURRENT = "instant_total_current"

Definition at line 16 of file const.py.

◆ ATTR_IS_ACTIVE

string homeassistant.components.powerwall.const.ATTR_IS_ACTIVE = "is_active"

Definition at line 17 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ Final

homeassistant.components.powerwall.const.Final

Definition at line 7 of file const.py.

◆ MANUFACTURER

string homeassistant.components.powerwall.const.MANUFACTURER = "Tesla"

Definition at line 20 of file const.py.

◆ MODEL

string homeassistant.components.powerwall.const.MODEL = "PowerWall 2"

Definition at line 19 of file const.py.

◆ UPDATE_INTERVAL

int homeassistant.components.powerwall.const.UPDATE_INTERVAL = 30

Definition at line 12 of file const.py.