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

Variables

string APPLICATION_NAME = "Home Assistant"
 
string ATTR_LAST_UPDATED = "time_last_updated"
 
string CLOUD_NAME = "Cloud API"
 
string CONF_TOKEN_SECRET = "token_secret"
 
string DOMAIN = "tellduslive"
 
string KEY_CONFIG = "tellduslive_config"
 
string KEY_SCAN_INTERVAL = "scan_interval"
 
string KEY_SESSION = "session"
 
 MIN_UPDATE_INTERVAL = timedelta(seconds=5)
 
string NOT_SO_PRIVATE_KEY = "PHES7U2RADREWAFEBUSTUBAWRASWUTUS"
 
string PUBLIC_KEY = "THUPUNECH5YEQA3RE6UYUPRUZ2DUGUGA"
 
 SCAN_INTERVAL = timedelta(minutes=1)
 
string SIGNAL_UPDATE_ENTITY = "tellduslive_update"
 
string TELLDUS_CONFIG_FILE = "tellduslive.conf"
 
string TELLDUS_DISCOVERY_NEW = "telldus_new_{}_{}"
 

Detailed Description

Consts used by TelldusLive.

Variable Documentation

◆ APPLICATION_NAME

string homeassistant.components.tellduslive.const.APPLICATION_NAME = "Home Assistant"

Definition at line 5 of file const.py.

◆ ATTR_LAST_UPDATED

string homeassistant.components.tellduslive.const.ATTR_LAST_UPDATED = "time_last_updated"

Definition at line 25 of file const.py.

◆ CLOUD_NAME

string homeassistant.components.tellduslive.const.CLOUD_NAME = "Cloud API"

Definition at line 29 of file const.py.

◆ CONF_TOKEN_SECRET

string homeassistant.components.tellduslive.const.CONF_TOKEN_SECRET = "token_secret"

Definition at line 17 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ KEY_CONFIG

string homeassistant.components.tellduslive.const.KEY_CONFIG = "tellduslive_config"

Definition at line 10 of file const.py.

◆ KEY_SCAN_INTERVAL

string homeassistant.components.tellduslive.const.KEY_SCAN_INTERVAL = "scan_interval"

Definition at line 15 of file const.py.

◆ KEY_SESSION

string homeassistant.components.tellduslive.const.KEY_SESSION = "session"

Definition at line 14 of file const.py.

◆ MIN_UPDATE_INTERVAL

homeassistant.components.tellduslive.const.MIN_UPDATE_INTERVAL = timedelta(seconds=5)

Definition at line 22 of file const.py.

◆ NOT_SO_PRIVATE_KEY

string homeassistant.components.tellduslive.const.NOT_SO_PRIVATE_KEY = "PHES7U2RADREWAFEBUSTUBAWRASWUTUS"

Definition at line 20 of file const.py.

◆ PUBLIC_KEY

string homeassistant.components.tellduslive.const.PUBLIC_KEY = "THUPUNECH5YEQA3RE6UYUPRUZ2DUGUGA"

Definition at line 19 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.tellduslive.const.SCAN_INTERVAL = timedelta(minutes=1)

Definition at line 23 of file const.py.

◆ SIGNAL_UPDATE_ENTITY

string homeassistant.components.tellduslive.const.SIGNAL_UPDATE_ENTITY = "tellduslive_update"

Definition at line 12 of file const.py.

◆ TELLDUS_CONFIG_FILE

string homeassistant.components.tellduslive.const.TELLDUS_CONFIG_FILE = "tellduslive.conf"

Definition at line 9 of file const.py.

◆ TELLDUS_DISCOVERY_NEW

string homeassistant.components.tellduslive.const.TELLDUS_DISCOVERY_NEW = "telldus_new_{}_{}"

Definition at line 27 of file const.py.