Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.vera.climate Namespace Reference

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]
 

Detailed Description

Support for Vera thermostats.

Function Documentation

◆ async_setup_entry()

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.

Variable Documentation

◆ FAN_OPERATION_LIST

list homeassistant.components.vera.climate.FAN_OPERATION_LIST = [FAN_ON, FAN_AUTO]

Definition at line 25 of file climate.py.

◆ SUPPORT_HVAC

list homeassistant.components.vera.climate.SUPPORT_HVAC = [HVACMode.COOL, HVACMode.HEAT, HVACMode.HEAT_COOL, HVACMode.OFF]

Definition at line 27 of file climate.py.