Classes | |
| class | Thermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | ZHA_TO_HA_HVAC_ACTION |
| dictionary | ZHA_TO_HA_HVAC_MODE |
Climate on Zigbee Home Automation networks. For more details on this platform, please refer to the documentation at https://home-assistant.io/components/zha.climate/
| None homeassistant.components.zha.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Zigbee Home Automation sensor from config entry.
Definition at line 66 of file climate.py.
| dictionary homeassistant.components.zha.climate.ZHA_TO_HA_HVAC_ACTION |
Definition at line 55 of file climate.py.
| dictionary homeassistant.components.zha.climate.ZHA_TO_HA_HVAC_MODE |
Definition at line 45 of file climate.py.