diff --git a/homeassistant/components/climate/nuheat.py b/homeassistant/components/climate/nuheat.py index 67540a2347d..a62a684299d 100644 --- a/homeassistant/components/climate/nuheat.py +++ b/homeassistant/components/climate/nuheat.py @@ -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."""