Classes | |
| class | ClimateAehW4a1 |
Functions | |
| def | _build_entity (device) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | AC_TO_HA_FAN_MODES |
| dictionary | AC_TO_HA_STATE |
| dictionary | AC_TO_HA_SWING |
| list | FAN_MODES |
| dictionary | HA_FAN_MODES_TO_AC |
| dictionary | HA_STATE_TO_AC |
| list | HVAC_MODES |
| int | MAX_TEMP_C = 32 |
| int | MAX_TEMP_F = 90 |
| int | MIN_TEMP_C = 16 |
| int | MIN_TEMP_F = 61 |
| list | PRESET_MODES |
| list | SWING_MODES |
Pyaehw4a1 platform to control of Hisense AEH-W4A1 Climate Devices.
|
private |
Definition at line 116 of file climate.py.
| None homeassistant.components.hisense_aehw4a1.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the AEH-W4A1 climate platform.
Definition at line 121 of file climate.py.
|
private |
Definition at line 113 of file climate.py.
| dictionary homeassistant.components.hisense_aehw4a1.climate.AC_TO_HA_FAN_MODES |
Definition at line 89 of file climate.py.
| dictionary homeassistant.components.hisense_aehw4a1.climate.AC_TO_HA_STATE |
Definition at line 74 of file climate.py.
| dictionary homeassistant.components.hisense_aehw4a1.climate.AC_TO_HA_SWING |
Definition at line 106 of file climate.py.
| list homeassistant.components.hisense_aehw4a1.climate.FAN_MODES |
Definition at line 49 of file climate.py.
| dictionary homeassistant.components.hisense_aehw4a1.climate.HA_FAN_MODES_TO_AC |
Definition at line 98 of file climate.py.
| dictionary homeassistant.components.hisense_aehw4a1.climate.HA_STATE_TO_AC |
Definition at line 81 of file climate.py.
| list homeassistant.components.hisense_aehw4a1.climate.HVAC_MODES |
Definition at line 41 of file climate.py.
| int homeassistant.components.hisense_aehw4a1.climate.MAX_TEMP_C = 32 |
Definition at line 36 of file climate.py.
| int homeassistant.components.hisense_aehw4a1.climate.MAX_TEMP_F = 90 |
Definition at line 39 of file climate.py.
| int homeassistant.components.hisense_aehw4a1.climate.MIN_TEMP_C = 16 |
Definition at line 35 of file climate.py.
| int homeassistant.components.hisense_aehw4a1.climate.MIN_TEMP_F = 61 |
Definition at line 38 of file climate.py.
| list homeassistant.components.hisense_aehw4a1.climate.PRESET_MODES |
Definition at line 64 of file climate.py.
| list homeassistant.components.hisense_aehw4a1.climate.SWING_MODES |
Definition at line 57 of file climate.py.