6e58a0c9964e5a1caeb56199d09ba0364532c75b,homeassistant/components/ephember/climate.py,EphEmberThermostat,turn_aux_heat_on,#EphEmberThermostat#,143

Before Change


    def turn_aux_heat_on(self):
        Turn auxiliary heater on.
        self._ember.activate_boost_by_name(
            self._zone_name, self._zone["targetTemperature"]
        )

    def turn_aux_heat_off(self):
        Turn auxiliary heater off.

After Change


    def turn_aux_heat_on(self):
        Turn auxiliary heater on.
        self._ember.activate_boost_by_name(
            self._zone_name, zone_target_temperature(self._zone)
        )

    def turn_aux_heat_off(self):
        Turn auxiliary heater off.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: home-assistant/home-assistant
Commit Name: 6e58a0c9964e5a1caeb56199d09ba0364532c75b
Time: 2019-11-04
Author: ttroy50@gmail.com
File Name: homeassistant/components/ephember/climate.py
Class Name: EphEmberThermostat
Method Name: turn_aux_heat_on


Project Name: home-assistant/home-assistant
Commit Name: 6e58a0c9964e5a1caeb56199d09ba0364532c75b
Time: 2019-11-04
Author: ttroy50@gmail.com
File Name: homeassistant/components/ephember/climate.py
Class Name: EphEmberThermostat
Method Name: min_temp


Project Name: home-assistant/home-assistant
Commit Name: 6e58a0c9964e5a1caeb56199d09ba0364532c75b
Time: 2019-11-04
Author: ttroy50@gmail.com
File Name: homeassistant/components/ephember/climate.py
Class Name: EphEmberThermostat
Method Name: max_temp


Project Name: home-assistant/home-assistant
Commit Name: 6e58a0c9964e5a1caeb56199d09ba0364532c75b
Time: 2019-11-04
Author: ttroy50@gmail.com
File Name: homeassistant/components/ephember/climate.py
Class Name: EphEmberThermostat
Method Name: target_temperature