Classes | |
| class | CoolmasterClimate |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | CM_TO_HA_STATE |
| list | FAN_MODES = ["low", "med", "high", "auto"] |
| dictionary | HA_STATE_TO_CM = {value: key for key, value in CM_TO_HA_STATE.items()} |
CoolMasterNet platform to control of CoolMasterNet Climate Devices.
| None homeassistant.components.coolmaster.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the CoolMasterNet climate platform.
Definition at line 39 of file climate.py.
|
private |
Definition at line 36 of file climate.py.
| dictionary homeassistant.components.coolmaster.climate.CM_TO_HA_STATE |
Definition at line 24 of file climate.py.
| list homeassistant.components.coolmaster.climate.FAN_MODES = ["low", "med", "high", "auto"] |
Definition at line 34 of file climate.py.
| dictionary homeassistant.components.coolmaster.climate.HA_STATE_TO_CM = {value: key for key, value in CM_TO_HA_STATE.items()} |
Definition at line 32 of file climate.py.