Classes | |
| class | YoLinkClimateEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | HA_MODEL_2_YOLINK = {v: k for k, v in YOLINK_MODEL_2_HA.items()} |
| dictionary | YOLINK_ACTION_2_HA |
| dictionary | YOLINK_MODEL_2_HA |
YoLink Thermostat.
| None homeassistant.components.yolink.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up YoLink Thermostat from a config entry.
Definition at line 47 of file climate.py.
| dictionary homeassistant.components.yolink.climate.HA_MODEL_2_YOLINK = {v: k for k, v in YOLINK_MODEL_2_HA.items()} |
Definition at line 38 of file climate.py.
| dictionary homeassistant.components.yolink.climate.YOLINK_ACTION_2_HA |
Definition at line 40 of file climate.py.
| dictionary homeassistant.components.yolink.climate.YOLINK_MODEL_2_HA |
Definition at line 31 of file climate.py.