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

Variables

string CONF_AGREEMENT = "agreement"
 
string CONF_AGREEMENT_ID = "agreement_id"
 
string CONF_CLOUDHOOK_URL = "cloudhook_url"
 
string CONF_MIGRATE = "migrate"
 
string CURRENCY_EUR = "EUR"
 
float DEFAULT_MAX_TEMP = 30.0
 
float DEFAULT_MIN_TEMP = 6.0
 
 DEFAULT_SCAN_INTERVAL = timedelta(seconds=300)
 
string DOMAIN = "toon"
 
string VOLUME_CM3 = "CM3"
 
string VOLUME_LHOUR = "L/H"
 
string VOLUME_LMIN = "L/MIN"
 

Detailed Description

Constants for the Toon integration.

Variable Documentation

◆ CONF_AGREEMENT

string homeassistant.components.toon.const.CONF_AGREEMENT = "agreement"

Definition at line 7 of file const.py.

◆ CONF_AGREEMENT_ID

string homeassistant.components.toon.const.CONF_AGREEMENT_ID = "agreement_id"

Definition at line 8 of file const.py.

◆ CONF_CLOUDHOOK_URL

string homeassistant.components.toon.const.CONF_CLOUDHOOK_URL = "cloudhook_url"

Definition at line 9 of file const.py.

◆ CONF_MIGRATE

string homeassistant.components.toon.const.CONF_MIGRATE = "migrate"

Definition at line 10 of file const.py.

◆ CURRENCY_EUR

string homeassistant.components.toon.const.CURRENCY_EUR = "EUR"

Definition at line 16 of file const.py.

◆ DEFAULT_MAX_TEMP

float homeassistant.components.toon.const.DEFAULT_MAX_TEMP = 30.0

Definition at line 13 of file const.py.

◆ DEFAULT_MIN_TEMP

float homeassistant.components.toon.const.DEFAULT_MIN_TEMP = 6.0

Definition at line 14 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.toon.const.DEFAULT_SCAN_INTERVAL = timedelta(seconds=300)

Definition at line 12 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ VOLUME_CM3

string homeassistant.components.toon.const.VOLUME_CM3 = "CM3"

Definition at line 17 of file const.py.

◆ VOLUME_LHOUR

string homeassistant.components.toon.const.VOLUME_LHOUR = "L/H"

Definition at line 18 of file const.py.

◆ VOLUME_LMIN

string homeassistant.components.toon.const.VOLUME_LMIN = "L/MIN"

Definition at line 19 of file const.py.