Update docstring (config file) and attempt to honor PEP0257
This commit is contained in:
parent
e55922eb9e
commit
1ed8e58679
3 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,6 @@
|
|||
"""
|
||||
homeassistant.components.thermostat.nest
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Adds support for Nest thermostats.
|
||||
"""
|
||||
import logging
|
||||
|
@ -41,7 +43,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
|
||||
|
||||
class NestThermostat(ThermostatDevice):
|
||||
""" Represents a Nest thermostat within Home Assistant. """
|
||||
""" Represents a Nest thermostat. """
|
||||
|
||||
def __init__(self, structure, device):
|
||||
self.structure = structure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue