Public Attributes | |
| hvac_mode | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Public Attributes inherited from homeassistant.components.climate.ClimateEntity | |
| hvac_mode | |
Private Member Functions | |
| def | _determine_features (self) |
Private Attributes | |
| _attr_supported_features | |
| _hvac_mode | |
| _hvac_modes | |
Static Private Attributes | |
| bool | _enable_turn_on_off_backwards_compatibility = False |
Additional Inherited Members | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Static Public Attributes inherited from homeassistant.components.climate.ClimateEntity | |
| bool | |
| ClimateEntityFeature | |
| float | |
| None | |
Define a SmartThings climate entities.
Definition at line 164 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.__init__ | ( | self, | |
| device | |||
| ) |
Init the class.
Definition at line 169 of file climate.py.
|
private |
Definition at line 176 of file climate.py.
| None homeassistant.components.smartthings.climate.SmartThingsThermostat.async_set_fan_mode | ( | self, | |
| str | fan_mode | ||
| ) |
Set new target fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 189 of file climate.py.
| None homeassistant.components.smartthings.climate.SmartThingsThermostat.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target operation mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 197 of file climate.py.
| None homeassistant.components.smartthings.climate.SmartThingsThermostat.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new operation mode and target temperatures.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 206 of file climate.py.
| None homeassistant.components.smartthings.climate.SmartThingsThermostat.async_update | ( | self | ) |
Update the attributes of the climate device.
Definition at line 243 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.current_humidity | ( | self | ) |
Return the current humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 281 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 286 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.fan_mode | ( | self | ) |
Return the fan setting.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 291 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.fan_modes | ( | self | ) |
Return the list of available fan modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 296 of file climate.py.
| HVACAction | None homeassistant.components.smartthings.climate.SmartThingsThermostat.hvac_action | ( | self | ) |
Return the current running hvac operation if supported.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 301 of file climate.py.
| HVACMode homeassistant.components.smartthings.climate.SmartThingsThermostat.hvac_mode | ( | self | ) |
Return current operation ie. heat, cool, idle.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 308 of file climate.py.
| list[HVACMode] homeassistant.components.smartthings.climate.SmartThingsThermostat.hvac_modes | ( | self | ) |
Return the list of available operation modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 313 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 318 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.target_temperature_high | ( | self | ) |
Return the highbound target temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 327 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.target_temperature_low | ( | self | ) |
Return the lowbound target temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 334 of file climate.py.
| def homeassistant.components.smartthings.climate.SmartThingsThermostat.temperature_unit | ( | self | ) |
Return the unit of measurement.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 341 of file climate.py.
|
private |
Definition at line 172 of file climate.py.
|
staticprivate |
Definition at line 167 of file climate.py.
|
private |
Definition at line 173 of file climate.py.
|
private |
Definition at line 174 of file climate.py.
| homeassistant.components.smartthings.climate.SmartThingsThermostat.hvac_mode |
Definition at line 217 of file climate.py.