bb0068908dedec73a0b5e49ca290e4039b45bb2a,homeassistant/components/climate/tado.py,TadoClimate,max_temp,#TadoClimate#,240
Before Change
@property
def max_temp(self):
Return the maximum temperature.
if self._max_temp:
return self._max_temp
return DEFAULT_MAX_TEMP
def update(self):
Update the state of this climate device.
After Change
@property
def max_temp(self):
Return the maximum temperature.
return convert_temperature(self._max_temp, self._unit,
self.hass.config.units.temperature_unit)
def update(self):
Update the state of this climate device.
self._store.update()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: home-assistant/home-assistant
Commit Name: bb0068908dedec73a0b5e49ca290e4039b45bb2a
Time: 2018-06-07
Author: diogogomes@gmail.com
File Name: homeassistant/components/climate/tado.py
Class Name: TadoClimate
Method Name: max_temp
Project Name: home-assistant/home-assistant
Commit Name: bb0068908dedec73a0b5e49ca290e4039b45bb2a
Time: 2018-06-07
Author: diogogomes@gmail.com
File Name: homeassistant/components/climate/tado.py
Class Name: TadoClimate
Method Name: min_temp
Project Name: home-assistant/home-assistant
Commit Name: 6694b0470ec7a0b84f5e3e297d96e2ea951a01a2
Time: 2016-09-27
Author: turbokongen@hotmail.com
File Name: homeassistant/components/climate/nest.py
Class Name: NestThermostat
Method Name: set_temperature