Static Private Attributes | |
| _attr_hvac_mode = HVACMode.HEAT | |
| list | _attr_hvac_modes = [HVACMode.HEAT] |
| _attr_supported_features = ClimateEntityFeature.TARGET_TEMPERATURE | |
| bool | _enable_turn_on_off_backwards_compatibility = False |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.zwave_me.entity.ZWaveMeEntity | |
| controller | |
| device | |
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 | |
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 | |
Representation of a ZWaveMe sensor.
Definition at line 54 of file climate.py.
| float homeassistant.components.zwave_me.climate.ZWaveMeClimate.max_temp | ( | self | ) |
Return min temperature for the device.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 82 of file climate.py.
| float homeassistant.components.zwave_me.climate.ZWaveMeClimate.min_temp | ( | self | ) |
Return max temperature for the device.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 87 of file climate.py.
| None homeassistant.components.zwave_me.climate.ZWaveMeClimate.set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 62 of file climate.py.
| float homeassistant.components.zwave_me.climate.ZWaveMeClimate.target_temperature | ( | self | ) |
Return the state of the sensor.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 77 of file climate.py.
| float homeassistant.components.zwave_me.climate.ZWaveMeClimate.target_temperature_step | ( | self | ) |
Return the supported step of target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 92 of file climate.py.
| str homeassistant.components.zwave_me.climate.ZWaveMeClimate.temperature_unit | ( | self | ) |
Return the temperature_unit.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 72 of file climate.py.
|
staticprivate |
Definition at line 57 of file climate.py.
|
staticprivate |
Definition at line 58 of file climate.py.
|
staticprivate |
Definition at line 59 of file climate.py.
|
staticprivate |
Definition at line 60 of file climate.py.