mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
some more pylinting..
This commit is contained in:
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…
x
Reference in New Issue
Block a user