Return True from Nest setup ()

This commit is contained in:
Paulus Schoutsen 2018-08-03 00:36:37 +02:00 committed by Aaron Bach
parent affd4e7df3
commit 59f8a73676

View file

@ -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]