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 |
Support for Insteon thermostat.
| 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.
| int homeassistant.components.insteon.climate.COOL_SET_POINT = 14 |
Definition at line 40 of file climate.py.
| int homeassistant.components.insteon.climate.COOLING = 1 |
Definition at line 31 of file climate.py.
| int homeassistant.components.insteon.climate.DEHUMIDIFYING = 3 |
Definition at line 33 of file climate.py.
| int homeassistant.components.insteon.climate.FAN_MODE = 13 |
Definition at line 39 of file climate.py.
| dictionary homeassistant.components.insteon.climate.FAN_MODES = {4: FAN_AUTO, 8: FAN_ONLY} |
Definition at line 52 of file climate.py.
| string homeassistant.components.insteon.climate.FAN_ONLY = "fan_only" |
Definition at line 29 of file climate.py.
| int homeassistant.components.insteon.climate.HEAT_SET_POINT = 15 |
Definition at line 41 of file climate.py.
| int homeassistant.components.insteon.climate.HEATING = 2 |
Definition at line 32 of file climate.py.
| int homeassistant.components.insteon.climate.HUMIDIFYING = 4 |
Definition at line 34 of file climate.py.
| int homeassistant.components.insteon.climate.HUMIDITY = 11 |
Definition at line 37 of file climate.py.
| int homeassistant.components.insteon.climate.HUMIDITY_HIGH = 16 |
Definition at line 42 of file climate.py.
| int homeassistant.components.insteon.climate.HUMIDITY_LOW = 17 |
Definition at line 43 of file climate.py.
| dictionary homeassistant.components.insteon.climate.HVAC_MODES |
Definition at line 46 of file climate.py.
| int homeassistant.components.insteon.climate.SYSTEM_MODE = 12 |
Definition at line 38 of file climate.py.
| int homeassistant.components.insteon.climate.TEMPERATURE = 10 |
Definition at line 36 of file climate.py.