Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.insteon.climate Namespace Reference

Classes

class  InsteonClimateEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

int COOL_SET_POINT = 14
 
int COOLING = 1
 
int DEHUMIDIFYING = 3
 
int FAN_MODE = 13
 
dictionary FAN_MODES = {4: FAN_AUTO, 8: FAN_ONLY}
 
string FAN_ONLY = "fan_only"
 
int HEAT_SET_POINT = 15
 
int HEATING = 2
 
int HUMIDIFYING = 4
 
int HUMIDITY = 11
 
int HUMIDITY_HIGH = 16
 
int HUMIDITY_LOW = 17
 
dictionary HVAC_MODES
 
int SYSTEM_MODE = 12
 
int TEMPERATURE = 10
 

Detailed Description

Support for Insteon thermostat.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.insteon.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Insteon climate entities from a config entry.

Definition at line 55 of file climate.py.

Variable Documentation

◆ COOL_SET_POINT

int homeassistant.components.insteon.climate.COOL_SET_POINT = 14

Definition at line 40 of file climate.py.

◆ COOLING

int homeassistant.components.insteon.climate.COOLING = 1

Definition at line 31 of file climate.py.

◆ DEHUMIDIFYING

int homeassistant.components.insteon.climate.DEHUMIDIFYING = 3

Definition at line 33 of file climate.py.

◆ FAN_MODE

int homeassistant.components.insteon.climate.FAN_MODE = 13

Definition at line 39 of file climate.py.

◆ FAN_MODES

dictionary homeassistant.components.insteon.climate.FAN_MODES = {4: FAN_AUTO, 8: FAN_ONLY}

Definition at line 52 of file climate.py.

◆ FAN_ONLY

string homeassistant.components.insteon.climate.FAN_ONLY = "fan_only"

Definition at line 29 of file climate.py.

◆ HEAT_SET_POINT

int homeassistant.components.insteon.climate.HEAT_SET_POINT = 15

Definition at line 41 of file climate.py.

◆ HEATING

int homeassistant.components.insteon.climate.HEATING = 2

Definition at line 32 of file climate.py.

◆ HUMIDIFYING

int homeassistant.components.insteon.climate.HUMIDIFYING = 4

Definition at line 34 of file climate.py.

◆ HUMIDITY

int homeassistant.components.insteon.climate.HUMIDITY = 11

Definition at line 37 of file climate.py.

◆ HUMIDITY_HIGH

int homeassistant.components.insteon.climate.HUMIDITY_HIGH = 16

Definition at line 42 of file climate.py.

◆ HUMIDITY_LOW

int homeassistant.components.insteon.climate.HUMIDITY_LOW = 17

Definition at line 43 of file climate.py.

◆ HVAC_MODES

dictionary homeassistant.components.insteon.climate.HVAC_MODES
Initial value:
1 = {
2  0: HVACMode.OFF,
3  1: HVACMode.HEAT,
4  2: HVACMode.COOL,
5  3: HVACMode.HEAT_COOL,
6 }

Definition at line 46 of file climate.py.

◆ SYSTEM_MODE

int homeassistant.components.insteon.climate.SYSTEM_MODE = 12

Definition at line 38 of file climate.py.

◆ TEMPERATURE

int homeassistant.components.insteon.climate.TEMPERATURE = 10

Definition at line 36 of file climate.py.