Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.generic_thermostat.climate.GenericThermostat
 

Namespaces

 homeassistant.components.generic_thermostat.climate
 

Functions

None homeassistant.components.generic_thermostat.climate._async_setup_config (HomeAssistant hass, Mapping[str, Any] config, str|None unique_id, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.generic_thermostat.climate.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.generic_thermostat.climate.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.generic_thermostat.climate._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.generic_thermostat.climate.CONF_INITIAL_HVAC_MODE = "initial_hvac_mode"
 
string homeassistant.components.generic_thermostat.climate.CONF_KEEP_ALIVE = "keep_alive"
 
string homeassistant.components.generic_thermostat.climate.CONF_MAX_TEMP = "max_temp"
 
string homeassistant.components.generic_thermostat.climate.CONF_MIN_TEMP = "min_temp"
 
string homeassistant.components.generic_thermostat.climate.CONF_PRECISION = "precision"
 
string homeassistant.components.generic_thermostat.climate.CONF_TARGET_TEMP = "target_temp"
 
string homeassistant.components.generic_thermostat.climate.CONF_TEMP_STEP = "target_temp_step"
 
string homeassistant.components.generic_thermostat.climate.DEFAULT_NAME = "Generic Thermostat"
 
 homeassistant.components.generic_thermostat.climate.PLATFORM_SCHEMA = CLIMATE_PLATFORM_SCHEMA.extend(PLATFORM_SCHEMA_COMMON.schema)
 
 homeassistant.components.generic_thermostat.climate.PLATFORM_SCHEMA_COMMON
 
 homeassistant.components.generic_thermostat.climate.VolDictType