Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.weheat.const
 

Variables

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