Private Attributes | |
| _name | |
| _pdp | |
Static Private Attributes | |
| _attr_precision = PRECISION_TENTHS | |
| _attr_supported_features = ClimateEntityFeature.TARGET_TEMPERATURE | |
| _attr_temperature_unit = UnitOfTemperature.FAHRENHEIT | |
| bool | _enable_turn_on_off_backwards_compatibility = False |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.climate.ClimateEntity | |
| hvac_mode | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Public Attributes inherited from homeassistant.components.climate.ClimateEntity | |
| bool | |
| ClimateEntityFeature | |
| float | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Representation a Proliphix thermostat.
Definition at line 58 of file climate.py.
| def homeassistant.components.proliphix.climate.ProliphixThermostat.__init__ | ( | self, | |
| pdp | |||
| ) |
Initialize the thermostat.
Definition at line 66 of file climate.py.
| def homeassistant.components.proliphix.climate.ProliphixThermostat.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 87 of file climate.py.
| def homeassistant.components.proliphix.climate.ProliphixThermostat.extra_state_attributes | ( | self | ) |
Return the device specific state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 82 of file climate.py.
| HVACAction homeassistant.components.proliphix.climate.ProliphixThermostat.hvac_action | ( | self | ) |
Return the current state of the thermostat.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 97 of file climate.py.
| HVACMode homeassistant.components.proliphix.climate.ProliphixThermostat.hvac_mode | ( | self | ) |
Return the current state of the thermostat.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 109 of file climate.py.
| list[HVACMode] homeassistant.components.proliphix.climate.ProliphixThermostat.hvac_modes | ( | self | ) |
Return available HVAC modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 118 of file climate.py.
| def homeassistant.components.proliphix.climate.ProliphixThermostat.name | ( | self | ) |
Return the name of the thermostat.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 77 of file climate.py.
| None homeassistant.components.proliphix.climate.ProliphixThermostat.set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 122 of file climate.py.
| def homeassistant.components.proliphix.climate.ProliphixThermostat.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 92 of file climate.py.
| None homeassistant.components.proliphix.climate.ProliphixThermostat.update | ( | self | ) |
Update the data from the thermostat.
Definition at line 71 of file climate.py.
|
staticprivate |
Definition at line 61 of file climate.py.
|
staticprivate |
Definition at line 62 of file climate.py.
|
staticprivate |
Definition at line 63 of file climate.py.
|
staticprivate |
Definition at line 64 of file climate.py.
|
private |
Definition at line 69 of file climate.py.
|
private |
Definition at line 68 of file climate.py.