Classes | |
| class | SwitcherClimateEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, SwitcherConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | DEVICE_FAN_TO_HA |
| dictionary | DEVICE_MODE_TO_HA |
| dictionary | HA_TO_DEVICE_FAN = {value: key for key, value in DEVICE_FAN_TO_HA.items()} |
| dictionary | HA_TO_DEVICE_MODE = {value: key for key, value in DEVICE_MODE_TO_HA.items()} |
Switcher integration Climate platform.
| None homeassistant.components.switcher_kis.climate.async_setup_entry | ( | HomeAssistant | hass, |
| SwitcherConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up Switcher climate from config entry.
Definition at line 61 of file climate.py.
| dictionary homeassistant.components.switcher_kis.climate.DEVICE_FAN_TO_HA |
Definition at line 51 of file climate.py.
| dictionary homeassistant.components.switcher_kis.climate.DEVICE_MODE_TO_HA |
Definition at line 41 of file climate.py.
| dictionary homeassistant.components.switcher_kis.climate.HA_TO_DEVICE_FAN = {value: key for key, value in DEVICE_FAN_TO_HA.items()} |
Definition at line 58 of file climate.py.
| dictionary homeassistant.components.switcher_kis.climate.HA_TO_DEVICE_MODE = {value: key for key, value in DEVICE_MODE_TO_HA.items()} |
Definition at line 49 of file climate.py.