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 | |
Support for the iZone HVAC.
|
private |
Definition at line 118 of file climate.py.
| 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.
|
private |
Definition at line 55 of file climate.py.
|
private |
Definition at line 53 of file climate.py.
| string homeassistant.components.izone.climate.ATTR_AIRFLOW = "airflow" |
Definition at line 63 of file climate.py.
| string homeassistant.components.izone.climate.IZONE_SERVICE_AIRFLOW_MAX = "airflow_max" |
Definition at line 66 of file climate.py.
| string homeassistant.components.izone.climate.IZONE_SERVICE_AIRFLOW_MIN = "airflow_min" |
Definition at line 65 of file climate.py.
| homeassistant.components.izone.climate.msg |
Definition at line 70 of file climate.py.
| homeassistant.components.izone.climate.VolDictType |
Definition at line 68 of file climate.py.