some more pylinting..
parent
36f5caa214
commit
55c5d254d5
|
@ -56,6 +56,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
class RoundThermostat(ThermostatDevice):
|
||||
""" Represents a Honeywell Round Connected thermostat. """
|
||||
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
def __init__(self, device, zone_id, master, away_temp):
|
||||
self.device = device
|
||||
self._current_temperature = None
|
||||
|
|
Loading…
Reference in New Issue