Public Attributes | |
| sensor | |
Public Attributes inherited from homeassistant.components.xs1.entity.XS1DeviceEntity | |
| 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 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 | |
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 XS1 thermostat.
Definition at line 53 of file climate.py.
| def homeassistant.components.xs1.climate.XS1ThermostatEntity.__init__ | ( | self, | |
| device, | |||
| sensor | |||
| ) |
Initialize the actuator.
Definition at line 61 of file climate.py.
| None homeassistant.components.xs1.climate.XS1ThermostatEntity.async_update | ( | self | ) |
Also update the sensor when available.
Reimplemented from homeassistant.components.xs1.entity.XS1DeviceEntity.
Definition at line 111 of file climate.py.
| def homeassistant.components.xs1.climate.XS1ThermostatEntity.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 72 of file climate.py.
| def homeassistant.components.xs1.climate.XS1ThermostatEntity.max_temp | ( | self | ) |
Return the maximum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 95 of file climate.py.
| def homeassistant.components.xs1.climate.XS1ThermostatEntity.min_temp | ( | self | ) |
Return the minimum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 90 of file climate.py.
| def homeassistant.components.xs1.climate.XS1ThermostatEntity.name | ( | self | ) |
Return the name of the device if any.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 67 of file climate.py.
| None homeassistant.components.xs1.climate.XS1ThermostatEntity.set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 108 of file climate.py.
| None homeassistant.components.xs1.climate.XS1ThermostatEntity.set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 99 of file climate.py.
| def homeassistant.components.xs1.climate.XS1ThermostatEntity.target_temperature | ( | self | ) |
Return the current target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 85 of file climate.py.
| str homeassistant.components.xs1.climate.XS1ThermostatEntity.temperature_unit | ( | self | ) |
Return the unit of measurement used by the platform.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 80 of file climate.py.
|
staticprivate |
Definition at line 56 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.
| homeassistant.components.xs1.climate.XS1ThermostatEntity.sensor |
Definition at line 64 of file climate.py.