Go to the source code of this file.
Classes | |
| class | homeassistant.components.gree.climate.GreeClimateEntity |
Namespaces | |
| homeassistant.components.gree.climate | |
Functions | |
| None | homeassistant.components.gree.climate.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| homeassistant.components.gree.climate._LOGGER = logging.getLogger(__name__) | |
| dictionary | homeassistant.components.gree.climate.FAN_MODES |
| dictionary | homeassistant.components.gree.climate.FAN_MODES_REVERSE = {v: k for k, v in FAN_MODES.items()} |
| dictionary | homeassistant.components.gree.climate.HVAC_MODES |
| dictionary | homeassistant.components.gree.climate.HVAC_MODES_REVERSE = {v: k for k, v in HVAC_MODES.items()} |
| list | homeassistant.components.gree.climate.PRESET_MODES |
| list | homeassistant.components.gree.climate.SWING_MODES = [SWING_OFF, SWING_VERTICAL, SWING_HORIZONTAL, SWING_BOTH] |