Variables | |
| tuple | CONNECTION_ERRORS = (KeyError, json.JSONDecodeError, httpx.HTTPError) |
| string | DOMAIN = "iotawatt" |
| string | VOLT_AMPERE_REACTIVE = "VAR" |
| string | VOLT_AMPERE_REACTIVE_HOURS = "VARh" |
Constants for the IoTaWatt integration.
| tuple homeassistant.components.iotawatt.const.CONNECTION_ERRORS = (KeyError, json.JSONDecodeError, httpx.HTTPError) |
| string homeassistant.components.iotawatt.const.DOMAIN = "iotawatt" |
| string homeassistant.components.iotawatt.const.VOLT_AMPERE_REACTIVE = "VAR" |