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

Variables

tuple CONNECTION_ERRORS = (KeyError, json.JSONDecodeError, httpx.HTTPError)
 
string DOMAIN = "iotawatt"
 
string VOLT_AMPERE_REACTIVE = "VAR"
 
string VOLT_AMPERE_REACTIVE_HOURS = "VARh"
 

Detailed Description

Constants for the IoTaWatt integration.

Variable Documentation

◆ CONNECTION_ERRORS

tuple homeassistant.components.iotawatt.const.CONNECTION_ERRORS = (KeyError, json.JSONDecodeError, httpx.HTTPError)

Definition at line 13 of file const.py.

◆ DOMAIN

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

Definition at line 9 of file const.py.

◆ VOLT_AMPERE_REACTIVE

string homeassistant.components.iotawatt.const.VOLT_AMPERE_REACTIVE = "VAR"

Definition at line 10 of file const.py.

◆ VOLT_AMPERE_REACTIVE_HOURS

string homeassistant.components.iotawatt.const.VOLT_AMPERE_REACTIVE_HOURS = "VARh"

Definition at line 11 of file const.py.