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

Variables

string ATTR_DEVICE_ID = "device_id"
 
string ATTR_DEVICE_NAME = "device_name"
 
string ATTR_FIRMWARE = "firmware"
 
string ATTR_MODEL = "model"
 
int DEFAULT_ADDRESS = 2
 
string DEFAULT_DEVICE_NAME = "Solar Inverter"
 
string DEFAULT_INTEGRATION_TITLE = "PhotoVoltaic Inverters"
 
string DEVICES = "devices"
 
string DOMAIN = "aurora_abb_powerone"
 
string MANUFACTURER = "ABB"
 
int MAX_ADDRESS = 63
 
int MIN_ADDRESS = 2
 
 SCAN_INTERVAL = timedelta(seconds=30)
 

Detailed Description

Constants for the Aurora ABB PowerOne integration.

Variable Documentation

◆ ATTR_DEVICE_ID

string homeassistant.components.aurora_abb_powerone.const.ATTR_DEVICE_ID = "device_id"

Definition at line 22 of file const.py.

◆ ATTR_DEVICE_NAME

string homeassistant.components.aurora_abb_powerone.const.ATTR_DEVICE_NAME = "device_name"

Definition at line 21 of file const.py.

◆ ATTR_FIRMWARE

string homeassistant.components.aurora_abb_powerone.const.ATTR_FIRMWARE = "firmware"

Definition at line 24 of file const.py.

◆ ATTR_MODEL

string homeassistant.components.aurora_abb_powerone.const.ATTR_MODEL = "model"

Definition at line 23 of file const.py.

◆ DEFAULT_ADDRESS

int homeassistant.components.aurora_abb_powerone.const.DEFAULT_ADDRESS = 2

Definition at line 12 of file const.py.

◆ DEFAULT_DEVICE_NAME

string homeassistant.components.aurora_abb_powerone.const.DEFAULT_DEVICE_NAME = "Solar Inverter"

Definition at line 16 of file const.py.

◆ DEFAULT_INTEGRATION_TITLE

string homeassistant.components.aurora_abb_powerone.const.DEFAULT_INTEGRATION_TITLE = "PhotoVoltaic Inverters"

Definition at line 15 of file const.py.

◆ DEVICES

string homeassistant.components.aurora_abb_powerone.const.DEVICES = "devices"

Definition at line 18 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ MANUFACTURER

string homeassistant.components.aurora_abb_powerone.const.MANUFACTURER = "ABB"

Definition at line 19 of file const.py.

◆ MAX_ADDRESS

int homeassistant.components.aurora_abb_powerone.const.MAX_ADDRESS = 63

Definition at line 11 of file const.py.

◆ MIN_ADDRESS

int homeassistant.components.aurora_abb_powerone.const.MIN_ADDRESS = 2

Definition at line 10 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.aurora_abb_powerone.const.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 13 of file const.py.