Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Consts used by TelldusLive."""
2
3
from
datetime
import
timedelta
4
5
APPLICATION_NAME =
"Home Assistant"
6
7
DOMAIN =
"tellduslive"
8
9
TELLDUS_CONFIG_FILE =
"tellduslive.conf"
10
KEY_CONFIG =
"tellduslive_config"
11
12
SIGNAL_UPDATE_ENTITY =
"tellduslive_update"
13
14
KEY_SESSION =
"session"
15
KEY_SCAN_INTERVAL =
"scan_interval"
16
17
CONF_TOKEN_SECRET =
"token_secret"
18
19
PUBLIC_KEY =
"THUPUNECH5YEQA3RE6UYUPRUZ2DUGUGA"
20
NOT_SO_PRIVATE_KEY =
"PHES7U2RADREWAFEBUSTUBAWRASWUTUS"
21
22
MIN_UPDATE_INTERVAL =
timedelta
(seconds=5)
23
SCAN_INTERVAL =
timedelta
(minutes=1)
24
25
ATTR_LAST_UPDATED =
"time_last_updated"
26
27
TELLDUS_DISCOVERY_NEW =
"telldus_new_{}_{}"
28
29
CLOUD_NAME =
"Cloud API"
homeassistant.components.uptimerobot.const.timedelta
timedelta
Definition:
const.py:14
core
homeassistant
components
tellduslive
const.py
Generated by
1.9.1