Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Toon integration."""
2
3
from
datetime
import
timedelta
4
5
DOMAIN =
"toon"
6
7
CONF_AGREEMENT =
"agreement"
8
CONF_AGREEMENT_ID =
"agreement_id"
9
CONF_CLOUDHOOK_URL =
"cloudhook_url"
10
CONF_MIGRATE =
"migrate"
11
12
DEFAULT_SCAN_INTERVAL =
timedelta
(seconds=300)
13
DEFAULT_MAX_TEMP = 30.0
14
DEFAULT_MIN_TEMP = 6.0
15
16
CURRENCY_EUR =
"EUR"
17
VOLUME_CM3 =
"CM3"
18
VOLUME_LHOUR =
"L/H"
19
VOLUME_LMIN =
"L/MIN"
homeassistant.components.uptimerobot.const.timedelta
timedelta
Definition:
const.py:14
core
homeassistant
components
toon
const.py
Generated by
1.9.1