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

Classes

class  ControllerDevice
 
class  ZoneDevice
 

Functions

def _DeviceT
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config, AddEntitiesCallback async_add_entities)
 

Variables

dictionary _IZONE_FAN_TO_HA
 
 _LOGGER = logging.getLogger(__name__)
 
string ATTR_AIRFLOW = "airflow"
 
string IZONE_SERVICE_AIRFLOW_MAX = "airflow_max"
 
string IZONE_SERVICE_AIRFLOW_MIN = "airflow_min"
 
 msg
 
 VolDictType
 

Detailed Description

Support for the iZone HVAC.

Function Documentation

◆ _DeviceT()

def homeassistant.components.izone.climate._DeviceT
private

Definition at line 118 of file climate.py.

◆ async_setup_entry()

None homeassistant.components.izone.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config,
AddEntitiesCallback   async_add_entities 
)
Initialize an IZone Controller.

Definition at line 75 of file climate.py.

Variable Documentation

◆ _IZONE_FAN_TO_HA

dictionary homeassistant.components.izone.climate._IZONE_FAN_TO_HA
private
Initial value:
1 = {
2  Controller.Fan.LOW: FAN_LOW,
3  Controller.Fan.MED: FAN_MEDIUM,
4  Controller.Fan.HIGH: FAN_HIGH,
5  Controller.Fan.TOP: FAN_TOP,
6  Controller.Fan.AUTO: FAN_AUTO,
7 }

Definition at line 55 of file climate.py.

◆ _LOGGER

homeassistant.components.izone.climate._LOGGER = logging.getLogger(__name__)
private

Definition at line 53 of file climate.py.

◆ ATTR_AIRFLOW

string homeassistant.components.izone.climate.ATTR_AIRFLOW = "airflow"

Definition at line 63 of file climate.py.

◆ IZONE_SERVICE_AIRFLOW_MAX

string homeassistant.components.izone.climate.IZONE_SERVICE_AIRFLOW_MAX = "airflow_max"

Definition at line 66 of file climate.py.

◆ IZONE_SERVICE_AIRFLOW_MIN

string homeassistant.components.izone.climate.IZONE_SERVICE_AIRFLOW_MIN = "airflow_min"

Definition at line 65 of file climate.py.

◆ msg

homeassistant.components.izone.climate.msg

Definition at line 70 of file climate.py.

◆ VolDictType

homeassistant.components.izone.climate.VolDictType

Definition at line 68 of file climate.py.