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

Variables

string DOMAIN = "baf"
 
int HALF_DAY_SECS = 43200
 
int ONE_DAY_SECS = 86400
 
int ONE_MIN_SECS = 60
 
string PRESET_MODE_AUTO = "auto"
 
int QUERY_INTERVAL = 300
 
int RUN_TIMEOUT = 20
 
int SPEED_COUNT = 7
 
tuple SPEED_RANGE = (1, SPEED_COUNT)
 

Detailed Description

Constants for the Big Ass Fans integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ HALF_DAY_SECS

int homeassistant.components.baf.const.HALF_DAY_SECS = 43200

Definition at line 19 of file const.py.

◆ ONE_DAY_SECS

int homeassistant.components.baf.const.ONE_DAY_SECS = 86400

Definition at line 18 of file const.py.

◆ ONE_MIN_SECS

int homeassistant.components.baf.const.ONE_MIN_SECS = 60

Definition at line 17 of file const.py.

◆ PRESET_MODE_AUTO

string homeassistant.components.baf.const.PRESET_MODE_AUTO = "auto"

Definition at line 12 of file const.py.

◆ QUERY_INTERVAL

int homeassistant.components.baf.const.QUERY_INTERVAL = 300

Definition at line 8 of file const.py.

◆ RUN_TIMEOUT

int homeassistant.components.baf.const.RUN_TIMEOUT = 20

Definition at line 10 of file const.py.

◆ SPEED_COUNT

int homeassistant.components.baf.const.SPEED_COUNT = 7

Definition at line 14 of file const.py.

◆ SPEED_RANGE

tuple homeassistant.components.baf.const.SPEED_RANGE = (1, SPEED_COUNT)

Definition at line 15 of file const.py.