Classes | |
| class | GreeClimateEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | FAN_MODES |
| dictionary | FAN_MODES_REVERSE = {v: k for k, v in FAN_MODES.items()} |
| dictionary | HVAC_MODES |
| dictionary | HVAC_MODES_REVERSE = {v: k for k, v in HVAC_MODES.items()} |
| list | PRESET_MODES |
| list | SWING_MODES = [SWING_OFF, SWING_VERTICAL, SWING_HORIZONTAL, SWING_BOTH] |
Support for interface with a Gree climate systems.
| None homeassistant.components.gree.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Gree HVAC device from a config entry.
Definition at line 88 of file climate.py.
|
private |
Definition at line 56 of file climate.py.
| dictionary homeassistant.components.gree.climate.FAN_MODES |
Definition at line 75 of file climate.py.
| dictionary homeassistant.components.gree.climate.FAN_MODES_REVERSE = {v: k for k, v in FAN_MODES.items()} |
Definition at line 83 of file climate.py.
| dictionary homeassistant.components.gree.climate.HVAC_MODES |
Definition at line 58 of file climate.py.
| dictionary homeassistant.components.gree.climate.HVAC_MODES_REVERSE = {v: k for k, v in HVAC_MODES.items()} |
Definition at line 65 of file climate.py.
| list homeassistant.components.gree.climate.PRESET_MODES |
Definition at line 67 of file climate.py.
| list homeassistant.components.gree.climate.SWING_MODES = [SWING_OFF, SWING_VERTICAL, SWING_HORIZONTAL, SWING_BOTH] |
Definition at line 85 of file climate.py.