Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Flick Electric integration."""
2
3
DOMAIN =
"flick_electric"
4
5
CONF_TOKEN_EXPIRY =
"expires"
6
7
ATTR_START_AT =
"start_at"
8
ATTR_END_AT =
"end_at"
9
10
ATTR_COMPONENTS = [
"retailer"
,
"ea"
,
"metering"
,
"generation"
,
"admin"
,
"network"
]
core
homeassistant
components
flick_electric
const.py
Generated by
1.9.1