remove return value as requested

This commit is contained in:
Derek Brooks 2017-12-27 18:20:12 -08:00
parent 29c26e0015
commit 00352d41a7

View File

@ -93,8 +93,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
descriptions.get(SERVICE_RESUME_PROGRAM),
schema=RESUME_PROGRAM_SCHEMA)
return True
class NuHeatThermostat(ClimateDevice):
"""Representation of a NuHeat Thermostat."""