02f342b670317869e7b9a06184a60955e3d7bc7d,homeassistant/components/thermostat/ecobee.py,,setup_platform,#Any#Any#Any#Any#,20
Before Change
_LOGGER.info(
"Loading ecobee thermostat component with hold_temp set to %s",
hold_temp)
add_devices(Thermostat (data, index, hold_temp)
for index in range(len(data.ecobee.thermostats)))
class Thermostat(ThermostatDevice):
After Change
thermostat.update_ha_state(True)
descriptions = load_yaml_config_file(
path.join(path.dirname(__file__), "services.yaml"))
hass.services.register(
DOMAIN, SERVICE_SET_FAN_MIN_ON_TIME, fan_min_on_time_set_service,
descriptions.get(SERVICE_SET_FAN_MIN_ON_TIME),
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances Project Name: home-assistant/home-assistant
Commit Name: 02f342b670317869e7b9a06184a60955e3d7bc7d
Time: 2016-06-09
Author: infratl@gmail.com
File Name: homeassistant/components/thermostat/ecobee.py
Class Name:
Method Name: setup_platform
Project Name: pantsbuild/pants
Commit Name: bfb1453dd22fd12c69e314e0995499e3f4835614
Time: 2012-10-31
Author: jsirois@twitter.com
File Name: src/python/twitter/pants/tasks/jvm_task.py
Class Name: JvmTask
Method Name: classpath
Project Name: home-assistant/home-assistant
Commit Name: 7eeb623b8f860a09dc89bb9394da2d352de24720
Time: 2016-05-20
Author: alexander.fortin@gmail.com
File Name: homeassistant/components/media_player/sonos.py
Class Name:
Method Name: setup_platform