Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.aquacell.const
 

Variables

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