Classes | |
| class | MySensorsHVAC |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | DICT_HA_TO_MYS |
| dictionary | DICT_MYS_TO_HA |
| list | FAN_LIST = ["Auto", "Min", "Normal", "Max"] |
| list | OPERATION_LIST = [HVACMode.OFF, HVACMode.AUTO, HVACMode.COOL, HVACMode.HEAT] |
MySensors platform that offers a Climate (MySensors-HVAC) component.
| None homeassistant.components.mysensors.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up this platform for a specific ConfigEntry(==Gateway).
Definition at line 43 of file climate.py.
| dictionary homeassistant.components.mysensors.climate.DICT_HA_TO_MYS |
Definition at line 26 of file climate.py.
| dictionary homeassistant.components.mysensors.climate.DICT_MYS_TO_HA |
Definition at line 32 of file climate.py.
| list homeassistant.components.mysensors.climate.FAN_LIST = ["Auto", "Min", "Normal", "Max"] |
Definition at line 39 of file climate.py.
| list homeassistant.components.mysensors.climate.OPERATION_LIST = [HVACMode.OFF, HVACMode.AUTO, HVACMode.COOL, HVACMode.HEAT] |
Definition at line 40 of file climate.py.