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

Variables

list ATTR_COMPONENTS = ["retailer", "ea", "metering", "generation", "admin", "network"]
 
string ATTR_END_AT = "end_at"
 
string ATTR_START_AT = "start_at"
 
string CONF_TOKEN_EXPIRY = "expires"
 
string DOMAIN = "flick_electric"
 

Detailed Description

Constants for the Flick Electric integration.

Variable Documentation

◆ ATTR_COMPONENTS

list homeassistant.components.flick_electric.const.ATTR_COMPONENTS = ["retailer", "ea", "metering", "generation", "admin", "network"]

Definition at line 10 of file const.py.

◆ ATTR_END_AT

string homeassistant.components.flick_electric.const.ATTR_END_AT = "end_at"

Definition at line 8 of file const.py.

◆ ATTR_START_AT

string homeassistant.components.flick_electric.const.ATTR_START_AT = "start_at"

Definition at line 7 of file const.py.

◆ CONF_TOKEN_EXPIRY

string homeassistant.components.flick_electric.const.CONF_TOKEN_EXPIRY = "expires"

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.