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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_COOL_AWAY_TEMPERATURE = "away_cool_temperature"
 
string CONF_HEAT_AWAY_TEMPERATURE = "away_heat_temperature"
 
int DEFAULT_COOL_AWAY_TEMPERATURE = 88
 
int DEFAULT_HEAT_AWAY_TEMPERATURE = 61
 
string DOMAIN = "honeywell"
 
int RETRY = 3
 

Detailed Description

Support for Honeywell (US) Total Connect Comfort climate systems.

Variable Documentation

◆ _LOGGER

homeassistant.components.honeywell.const._LOGGER = logging.getLogger(__name__)
private

Definition at line 11 of file const.py.

◆ CONF_COOL_AWAY_TEMPERATURE

string homeassistant.components.honeywell.const.CONF_COOL_AWAY_TEMPERATURE = "away_cool_temperature"

Definition at line 7 of file const.py.

◆ CONF_HEAT_AWAY_TEMPERATURE

string homeassistant.components.honeywell.const.CONF_HEAT_AWAY_TEMPERATURE = "away_heat_temperature"

Definition at line 8 of file const.py.

◆ DEFAULT_COOL_AWAY_TEMPERATURE

int homeassistant.components.honeywell.const.DEFAULT_COOL_AWAY_TEMPERATURE = 88

Definition at line 9 of file const.py.

◆ DEFAULT_HEAT_AWAY_TEMPERATURE

int homeassistant.components.honeywell.const.DEFAULT_HEAT_AWAY_TEMPERATURE = 61

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ RETRY

int homeassistant.components.honeywell.const.RETRY = 3

Definition at line 12 of file const.py.