Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.powerwall.const
 

Variables

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