From 00352d41a7bc4f3e9c1d7eb275f7a62994827a2d Mon Sep 17 00:00:00 2001 From: Derek Brooks Date: Wed, 27 Dec 2017 18:20:12 -0800 Subject: [PATCH] remove return value as requested --- homeassistant/components/climate/nuheat.py | 2 -- 1 file changed, 2 deletions(-) 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."""