Private Attributes | |
| _api | |
| _cur_settings | |
| _data | |
| _name | |
| _serial_number | |
| _state | |
Static Private Attributes | |
| _attr_hvac_modes = OP_MODES | |
| tuple | _attr_supported_features |
| _attr_temperature_unit = UnitOfTemperature.CELSIUS | |
| 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 of a Melissa Climate device.
Definition at line 57 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.__init__ | ( | self, | |
| api, | |||
| serial_number, | |||
| init_data | |||
| ) |
Initialize the climate device.
Definition at line 70 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.async_send | ( | self, | |
| value | |||
| ) |
Send action to service.
Definition at line 169 of file climate.py.
| None homeassistant.components.melissa.climate.MelissaClimate.async_set_fan_mode | ( | self, | |
| str | fan_mode | ||
| ) |
Set fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 153 of file climate.py.
| None homeassistant.components.melissa.climate.MelissaClimate.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set operation mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 158 of file climate.py.
| None homeassistant.components.melissa.climate.MelissaClimate.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 148 of file climate.py.
| None homeassistant.components.melissa.climate.MelissaClimate.async_update | ( | self | ) |
Get latest data from Melissa.
Definition at line 181 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.current_humidity | ( | self | ) |
Return the current humidity value.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 99 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 92 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.fan_mode | ( | self | ) |
Return the current fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 85 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.fan_modes | ( | self | ) |
List of available fan modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 127 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.hass_fan_to_melissa | ( | self, | |
| fan | |||
| ) |
Translate hass fan modes to melissa modes.
Definition at line 232 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.hass_mode_to_melissa | ( | self, | |
| mode | |||
| ) |
Translate hass states to melissa modes.
Definition at line 219 of file climate.py.
| HVACMode | None homeassistant.components.melissa.climate.MelissaClimate.hvac_mode | ( | self | ) |
Return the current operation mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 111 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.max_temp | ( | self | ) |
Return the maximum supported temperature for the thermostat.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 144 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.melissa_fan_to_hass | ( | self, | |
| fan | |||
| ) |
Translate Melissa fan modes to hass modes.
Definition at line 206 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.melissa_op_to_hass | ( | self, | |
| mode | |||
| ) |
Translate Melissa modes to hass states.
Definition at line 193 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.min_temp | ( | self | ) |
Return the minimum supported temperature for the thermostat.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 139 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.name | ( | self | ) |
Return the name of the thermostat, if any.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 80 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 132 of file climate.py.
| def homeassistant.components.melissa.climate.MelissaClimate.target_temperature_step | ( | self | ) |
Return the supported step of target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 106 of file climate.py.
|
private |
Definition at line 73 of file climate.py.
|
staticprivate |
Definition at line 60 of file climate.py.
|
staticprivate |
Definition at line 61 of file climate.py.
|
staticprivate |
Definition at line 67 of file climate.py.
|
private |
Definition at line 77 of file climate.py.
|
private |
Definition at line 75 of file climate.py.
|
staticprivate |
Definition at line 68 of file climate.py.
|
private |
Definition at line 72 of file climate.py.
|
private |
Definition at line 74 of file climate.py.
|
private |
Definition at line 76 of file climate.py.