Classes | |
| class | VeraThermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| list | FAN_OPERATION_LIST = [FAN_ON, FAN_AUTO] |
| list | SUPPORT_HVAC = [HVACMode.COOL, HVACMode.HEAT, HVACMode.HEAT_COOL, HVACMode.OFF] |
Support for Vera thermostats.
| None homeassistant.components.vera.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the sensor config entry.
Definition at line 30 of file climate.py.
| list homeassistant.components.vera.climate.FAN_OPERATION_LIST = [FAN_ON, FAN_AUTO] |
Definition at line 25 of file climate.py.
| list homeassistant.components.vera.climate.SUPPORT_HVAC = [HVACMode.COOL, HVACMode.HEAT, HVACMode.HEAT_COOL, HVACMode.OFF] |
Definition at line 27 of file climate.py.