Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.toon.const
 

Variables

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