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

Variables

string CONF_BRAND = "brand"
 
string CONF_REFRESH_TOKEN = "refresh_token"
 
string CONF_REFRESH_TOKEN_CREATION_TIME = "refresh_token_creation_time"
 
string DATA_AQUACELL = "DATA_AQUACELL"
 
string DOMAIN = "aquacell"
 
 REFRESH_TOKEN_EXPIRY_TIME = timedelta(days=30)
 
 UPDATE_INTERVAL = timedelta(days=1)
 

Detailed Description

Constants for the Aquacell integration.

Variable Documentation

◆ CONF_BRAND

string homeassistant.components.aquacell.const.CONF_BRAND = "brand"

Definition at line 8 of file const.py.

◆ CONF_REFRESH_TOKEN

string homeassistant.components.aquacell.const.CONF_REFRESH_TOKEN = "refresh_token"

Definition at line 9 of file const.py.

◆ CONF_REFRESH_TOKEN_CREATION_TIME

string homeassistant.components.aquacell.const.CONF_REFRESH_TOKEN_CREATION_TIME = "refresh_token_creation_time"

Definition at line 10 of file const.py.

◆ DATA_AQUACELL

string homeassistant.components.aquacell.const.DATA_AQUACELL = "DATA_AQUACELL"

Definition at line 6 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ REFRESH_TOKEN_EXPIRY_TIME

homeassistant.components.aquacell.const.REFRESH_TOKEN_EXPIRY_TIME = timedelta(days=30)

Definition at line 12 of file const.py.

◆ UPDATE_INTERVAL

homeassistant.components.aquacell.const.UPDATE_INTERVAL = timedelta(days=1)

Definition at line 13 of file const.py.