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

Variables

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

Detailed Description

Constants for the iskra integration.

Variable Documentation

◆ ATTR_FREQUENCY

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

Definition at line 29 of file const.py.

◆ ATTR_NON_RESETTABLE_COUNTER

string homeassistant.components.iskra.const.ATTR_NON_RESETTABLE_COUNTER = "non_resettable_counter_{}"

Definition at line 25 of file const.py.

◆ ATTR_PHASE1_CURRENT

string homeassistant.components.iskra.const.ATTR_PHASE1_CURRENT = "phase1_current"

Definition at line 20 of file const.py.

◆ ATTR_PHASE1_POWER

string homeassistant.components.iskra.const.ATTR_PHASE1_POWER = "phase1_power"

Definition at line 10 of file const.py.

◆ ATTR_PHASE1_VOLTAGE

string homeassistant.components.iskra.const.ATTR_PHASE1_VOLTAGE = "phase1_voltage"

Definition at line 15 of file const.py.

◆ ATTR_PHASE2_CURRENT

string homeassistant.components.iskra.const.ATTR_PHASE2_CURRENT = "phase2_current"

Definition at line 21 of file const.py.

◆ ATTR_PHASE2_POWER

string homeassistant.components.iskra.const.ATTR_PHASE2_POWER = "phase2_power"

Definition at line 11 of file const.py.

◆ ATTR_PHASE2_VOLTAGE

string homeassistant.components.iskra.const.ATTR_PHASE2_VOLTAGE = "phase2_voltage"

Definition at line 16 of file const.py.

◆ ATTR_PHASE3_CURRENT

string homeassistant.components.iskra.const.ATTR_PHASE3_CURRENT = "phase3_current"

Definition at line 22 of file const.py.

◆ ATTR_PHASE3_POWER

string homeassistant.components.iskra.const.ATTR_PHASE3_POWER = "phase3_power"

Definition at line 12 of file const.py.

◆ ATTR_PHASE3_VOLTAGE

string homeassistant.components.iskra.const.ATTR_PHASE3_VOLTAGE = "phase3_voltage"

Definition at line 17 of file const.py.

◆ ATTR_RESETTABLE_COUNTER

string homeassistant.components.iskra.const.ATTR_RESETTABLE_COUNTER = "resettable_counter_{}"

Definition at line 26 of file const.py.

◆ ATTR_TOTAL_ACTIVE_POWER

string homeassistant.components.iskra.const.ATTR_TOTAL_ACTIVE_POWER = "total_active_power"

Definition at line 9 of file const.py.

◆ ATTR_TOTAL_APPARENT_POWER

string homeassistant.components.iskra.const.ATTR_TOTAL_APPARENT_POWER = "total_apparent_power"

Definition at line 7 of file const.py.

◆ ATTR_TOTAL_REACTIVE_POWER

string homeassistant.components.iskra.const.ATTR_TOTAL_REACTIVE_POWER = "total_reactive_power"

Definition at line 8 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ MANUFACTURER

string homeassistant.components.iskra.const.MANUFACTURER = "Iskra d.o.o"

Definition at line 4 of file const.py.