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

Variables

string ACCOUNT_COORDINATOR = "account_coordinator"
 
string API_BASE_URL = "https://api.electrickiwi.co.nz"
 
string ATTRIBUTION = "Data provided by the Juice Hacker API"
 
string DOMAIN = "electric_kiwi"
 
string HOP_COORDINATOR = "hop_coordinator"
 
string NAME = "Electric Kiwi"
 
string OAUTH2_AUTHORIZE = "https://welcome.electrickiwi.co.nz/oauth/authorize"
 
string OAUTH2_TOKEN = "https://welcome.electrickiwi.co.nz/oauth/token"
 
string SCOPE_VALUES = "read_connection_detail read_billing_frequency read_account_running_balance read_consumption_summary read_consumption_averages read_hop_intervals_config read_hop_connection save_hop_connection read_session"
 

Detailed Description

Constants for the Electric Kiwi integration.

Variable Documentation

◆ ACCOUNT_COORDINATOR

string homeassistant.components.electric_kiwi.const.ACCOUNT_COORDINATOR = "account_coordinator"

Definition at line 14 of file const.py.

◆ API_BASE_URL

string homeassistant.components.electric_kiwi.const.API_BASE_URL = "https://api.electrickiwi.co.nz"

Definition at line 9 of file const.py.

◆ ATTRIBUTION

string homeassistant.components.electric_kiwi.const.ATTRIBUTION = "Data provided by the Juice Hacker API"

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 4 of file const.py.

◆ HOP_COORDINATOR

string homeassistant.components.electric_kiwi.const.HOP_COORDINATOR = "hop_coordinator"

Definition at line 13 of file const.py.

◆ NAME

string homeassistant.components.electric_kiwi.const.NAME = "Electric Kiwi"

Definition at line 3 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.electric_kiwi.const.OAUTH2_AUTHORIZE = "https://welcome.electrickiwi.co.nz/oauth/authorize"

Definition at line 7 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.electric_kiwi.const.OAUTH2_TOKEN = "https://welcome.electrickiwi.co.nz/oauth/token"

Definition at line 8 of file const.py.

◆ SCOPE_VALUES

string homeassistant.components.electric_kiwi.const.SCOPE_VALUES = "read_connection_detail read_billing_frequency read_account_running_balance read_consumption_summary read_consumption_averages read_hop_intervals_config read_hop_connection save_hop_connection read_session"

Definition at line 11 of file const.py.