Update docstring (config file) and attempt to honor PEP0257

This commit is contained in:
Fabian Affolter 2015-09-07 19:05:37 +02:00
parent e55922eb9e
commit 1ed8e58679
3 changed files with 14 additions and 14 deletions

View file

@ -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