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

Variables

string CONFIGURATION_URL = "https://monitor.sensoterra.com"
 
string DOMAIN = "sensoterra"
 
 Logger
 
int SCAN_INTERVAL_MINUTES = 15
 
int SENSOR_EXPIRATION_DAYS = 2
 
int TOKEN_EXPIRATION_DAYS = 10 * 365
 

Detailed Description

Constants for the Sensoterra integration.

Variable Documentation

◆ CONFIGURATION_URL

string homeassistant.components.sensoterra.const.CONFIGURATION_URL = "https://monitor.sensoterra.com"

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ Logger

homeassistant.components.sensoterra.const.Logger

Definition at line 10 of file const.py.

◆ SCAN_INTERVAL_MINUTES

int homeassistant.components.sensoterra.const.SCAN_INTERVAL_MINUTES = 15

Definition at line 6 of file const.py.

◆ SENSOR_EXPIRATION_DAYS

int homeassistant.components.sensoterra.const.SENSOR_EXPIRATION_DAYS = 2

Definition at line 7 of file const.py.

◆ TOKEN_EXPIRATION_DAYS

int homeassistant.components.sensoterra.const.TOKEN_EXPIRATION_DAYS = 10 * 365

Definition at line 8 of file const.py.