Skip to content

Commit

Permalink
Return True from Nest setup (home-assistant#15797)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and Jacob Mansfield committed Sep 4, 2018
1 parent b883ec7 commit ab010be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/nest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit ab010be

Please sign in to comment.