some more pylinting..

pull/828/head
sander 2016-01-02 21:09:03 +01:00
parent 36f5caa214
commit 55c5d254d5
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
class RoundThermostat(ThermostatDevice): class RoundThermostat(ThermostatDevice):
""" Represents a Honeywell Round Connected thermostat. """ """ Represents a Honeywell Round Connected thermostat. """
# pylint: disable=too-many-instance-attributes
def __init__(self, device, zone_id, master, away_temp): def __init__(self, device, zone_id, master, away_temp):
self.device = device self.device = device
self._current_temperature = None self._current_temperature = None