fix pylint errors for Nest Sensor

This commit is contained in:
Joseph Hughes 2016-01-14 11:37:17 -07:00
parent b8c8c71b78
commit a39148dd38
3 changed files with 7 additions and 4 deletions

View file

@ -25,6 +25,7 @@ BINARY_TYPES = ['fan',
'online']
def setup_platform(hass, config, add_devices, discovery_info=None):
"Setup nest binary sensors from config file"
logger = logging.getLogger(__name__)
try:
for structure in nest.NEST.structures: