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

Variables

string CONF_LOCAL_ACCESS_TOKEN = "local_access_token"
 
string DOMAIN = "tedee"
 
string NAME = "Tedee"
 
 SCAN_INTERVAL = timedelta(seconds=10)
 

Detailed Description

Constants for the Tedee integration.

Variable Documentation

◆ CONF_LOCAL_ACCESS_TOKEN

string homeassistant.components.tedee.const.CONF_LOCAL_ACCESS_TOKEN = "local_access_token"

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ NAME

string homeassistant.components.tedee.const.NAME = "Tedee"

Definition at line 6 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.tedee.const.SCAN_INTERVAL = timedelta(seconds=10)

Definition at line 8 of file const.py.