Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.iskra.const
 

Variables

string homeassistant.components.iskra.const.ATTR_FREQUENCY = "frequency"
 
string homeassistant.components.iskra.const.ATTR_NON_RESETTABLE_COUNTER = "non_resettable_counter_{}"
 
string homeassistant.components.iskra.const.ATTR_PHASE1_CURRENT = "phase1_current"
 
string homeassistant.components.iskra.const.ATTR_PHASE1_POWER = "phase1_power"
 
string homeassistant.components.iskra.const.ATTR_PHASE1_VOLTAGE = "phase1_voltage"
 
string homeassistant.components.iskra.const.ATTR_PHASE2_CURRENT = "phase2_current"
 
string homeassistant.components.iskra.const.ATTR_PHASE2_POWER = "phase2_power"
 
string homeassistant.components.iskra.const.ATTR_PHASE2_VOLTAGE = "phase2_voltage"
 
string homeassistant.components.iskra.const.ATTR_PHASE3_CURRENT = "phase3_current"
 
string homeassistant.components.iskra.const.ATTR_PHASE3_POWER = "phase3_power"
 
string homeassistant.components.iskra.const.ATTR_PHASE3_VOLTAGE = "phase3_voltage"
 
string homeassistant.components.iskra.const.ATTR_RESETTABLE_COUNTER = "resettable_counter_{}"
 
string homeassistant.components.iskra.const.ATTR_TOTAL_ACTIVE_POWER = "total_active_power"
 
string homeassistant.components.iskra.const.ATTR_TOTAL_APPARENT_POWER = "total_apparent_power"
 
string homeassistant.components.iskra.const.ATTR_TOTAL_REACTIVE_POWER = "total_reactive_power"
 
string homeassistant.components.iskra.const.DOMAIN = "iskra"
 
string homeassistant.components.iskra.const.MANUFACTURER = "Iskra d.o.o"