diff --git a/homeassistant/components/nest/__init__.py b/homeassistant/components/nest/__init__.py
index 4406062c82140f914fa05dd4a03a58aee1cfd355..1adb113bb81f94d85982a131b205bcabde461332 100644
--- a/homeassistant/components/nest/__init__.py
+++ b/homeassistant/components/nest/__init__.py
@@ -93,7 +93,7 @@ async def async_nest_update_event_broker(hass, nest):
 async def async_setup(hass, config):
     """Set up Nest components."""
     if DOMAIN not in config:
-        return
+        return True
 
     conf = config[DOMAIN]