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

Variables

string API_URL = "https://api.weheat.nl"
 
int DISPLAY_PRECISION_COP = 1
 
int DISPLAY_PRECISION_WATER_TEMP = 1
 
int DISPLAY_PRECISION_WATTS = 0
 
string DOMAIN = "weheat"
 
string ENTRY_TITLE = "Weheat cloud"
 
string ERROR_DESCRIPTION = "error_description"
 
 Logger
 
string MANUFACTURER = "Weheat"
 
tuple OAUTH2_AUTHORIZE
 
list OAUTH2_SCOPES = ["openid", "offline_access"]
 
tuple OAUTH2_TOKEN
 
int UPDATE_INTERVAL = 30
 

Detailed Description

Constants for the Weheat integration.

Variable Documentation

◆ API_URL

string homeassistant.components.weheat.const.API_URL = "https://api.weheat.nl"

Definition at line 16 of file const.py.

◆ DISPLAY_PRECISION_COP

int homeassistant.components.weheat.const.DISPLAY_PRECISION_COP = 1

Definition at line 25 of file const.py.

◆ DISPLAY_PRECISION_WATER_TEMP

int homeassistant.components.weheat.const.DISPLAY_PRECISION_WATER_TEMP = 1

Definition at line 26 of file const.py.

◆ DISPLAY_PRECISION_WATTS

int homeassistant.components.weheat.const.DISPLAY_PRECISION_WATTS = 0

Definition at line 24 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ ENTRY_TITLE

string homeassistant.components.weheat.const.ENTRY_TITLE = "Weheat cloud"

Definition at line 7 of file const.py.

◆ ERROR_DESCRIPTION

string homeassistant.components.weheat.const.ERROR_DESCRIPTION = "error_description"

Definition at line 8 of file const.py.

◆ Logger

homeassistant.components.weheat.const.Logger

Definition at line 22 of file const.py.

◆ MANUFACTURER

string homeassistant.components.weheat.const.MANUFACTURER = "Weheat"

Definition at line 6 of file const.py.

◆ OAUTH2_AUTHORIZE

tuple homeassistant.components.weheat.const.OAUTH2_AUTHORIZE
Initial value:
1 = (
2  "https://auth.weheat.nl/auth/realms/Weheat/protocol/openid-connect/auth/"
3 )

Definition at line 10 of file const.py.

◆ OAUTH2_SCOPES

list homeassistant.components.weheat.const.OAUTH2_SCOPES = ["openid", "offline_access"]

Definition at line 17 of file const.py.

◆ OAUTH2_TOKEN

tuple homeassistant.components.weheat.const.OAUTH2_TOKEN
Initial value:
1 = (
2  "https://auth.weheat.nl/auth/realms/Weheat/protocol/openid-connect/token/"
3 )

Definition at line 13 of file const.py.

◆ UPDATE_INTERVAL

int homeassistant.components.weheat.const.UPDATE_INTERVAL = 30

Definition at line 20 of file const.py.