Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.climate.ClimateEntity
 
class  homeassistant.components.climate.ClimateEntityDescription
 

Namespaces

 homeassistant.components.climate
 

Functions

None homeassistant.components.climate.async_service_aux_heat (ClimateEntity entity, ServiceCall service_call)
 
None homeassistant.components.climate.async_service_humidity_set (ClimateEntity entity, ServiceCall service_call)
 
None homeassistant.components.climate.async_service_temperature_set (ClimateEntity entity, ServiceCall service_call)
 
bool homeassistant.components.climate.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.climate.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.climate.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.climate.__all__
 
 homeassistant.components.climate.__dir__
 
 homeassistant.components.climate.__getattr__
 
 homeassistant.components.climate._LOGGER
 
 homeassistant.components.climate.CACHED_PROPERTIES_WITH_ATTR_
 
 homeassistant.components.climate.check_if_deprecated_constant
 
 homeassistant.components.climate.CHECK_TURN_ON_OFF_FEATURE_FLAG
 
 homeassistant.components.climate.CONVERTIBLE_ATTRIBUTE
 
 homeassistant.components.climate.DEFAULT_MAX_HUMIDITY
 
 homeassistant.components.climate.DEFAULT_MAX_TEMP
 
 homeassistant.components.climate.DEFAULT_MIN_HUMIDITY
 
 homeassistant.components.climate.DEFAULT_MIN_TEMP
 
 homeassistant.components.climate.dir_with_deprecated_constants
 
 homeassistant.components.climate.ENTITY_ID_FORMAT
 
 homeassistant.components.climate.module_globals
 
 homeassistant.components.climate.module_globals_keys
 
 homeassistant.components.climate.PLATFORM_SCHEMA
 
 homeassistant.components.climate.PLATFORM_SCHEMA_BASE
 
 homeassistant.components.climate.SCAN_INTERVAL
 
 homeassistant.components.climate.seconds
 
 homeassistant.components.climate.SET_TEMPERATURE_SCHEMA