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

Variables

string DATA_COORDINATOR = "coordinator"
 
string DOMAIN = "huisbaasje"
 
int FETCH_TIMEOUT = 10
 
int POLLING_INTERVAL = 20
 
string SENSOR_TYPE_RATE = "rate"
 
string SENSOR_TYPE_THIS_DAY = "thisDay"
 
string SENSOR_TYPE_THIS_MONTH = "thisMonth"
 
string SENSOR_TYPE_THIS_WEEK = "thisWeek"
 
string SENSOR_TYPE_THIS_YEAR = "thisYear"
 
list SOURCE_TYPES
 

Detailed Description

Constants for the EnergyFlip integration.

Variable Documentation

◆ DATA_COORDINATOR

string homeassistant.components.huisbaasje.const.DATA_COORDINATOR = "coordinator"

Definition at line 12 of file const.py.

◆ DOMAIN

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

Definition at line 14 of file const.py.

◆ FETCH_TIMEOUT

int homeassistant.components.huisbaasje.const.FETCH_TIMEOUT = 10

Definition at line 20 of file const.py.

◆ POLLING_INTERVAL

int homeassistant.components.huisbaasje.const.POLLING_INTERVAL = 20

Definition at line 17 of file const.py.

◆ SENSOR_TYPE_RATE

string homeassistant.components.huisbaasje.const.SENSOR_TYPE_RATE = "rate"

Definition at line 22 of file const.py.

◆ SENSOR_TYPE_THIS_DAY

string homeassistant.components.huisbaasje.const.SENSOR_TYPE_THIS_DAY = "thisDay"

Definition at line 23 of file const.py.

◆ SENSOR_TYPE_THIS_MONTH

string homeassistant.components.huisbaasje.const.SENSOR_TYPE_THIS_MONTH = "thisMonth"

Definition at line 25 of file const.py.

◆ SENSOR_TYPE_THIS_WEEK

string homeassistant.components.huisbaasje.const.SENSOR_TYPE_THIS_WEEK = "thisWeek"

Definition at line 24 of file const.py.

◆ SENSOR_TYPE_THIS_YEAR

string homeassistant.components.huisbaasje.const.SENSOR_TYPE_THIS_YEAR = "thisYear"

Definition at line 26 of file const.py.

◆ SOURCE_TYPES

list homeassistant.components.huisbaasje.const.SOURCE_TYPES
Initial value:
1 = [
2  SOURCE_TYPE_ELECTRICITY,
3  SOURCE_TYPE_ELECTRICITY_IN,
4  SOURCE_TYPE_ELECTRICITY_IN_LOW,
5  SOURCE_TYPE_ELECTRICITY_OUT,
6  SOURCE_TYPE_ELECTRICITY_OUT_LOW,
7  SOURCE_TYPE_GAS,
8 ]

Definition at line 28 of file const.py.