Skip to content
Snippets Groups Projects
Commit 59f8a736 authored by Paulus Schoutsen's avatar Paulus Schoutsen Committed by Aaron Bach
Browse files

Return True from Nest setup (#15797)

parent affd4e7d
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ async def async_nest_update_event_broker(hass, nest): ...@@ -93,7 +93,7 @@ async def async_nest_update_event_broker(hass, nest):
async def async_setup(hass, config): async def async_setup(hass, config):
"""Set up Nest components.""" """Set up Nest components."""
if DOMAIN not in config: if DOMAIN not in config:
return return True
conf = config[DOMAIN] conf = config[DOMAIN]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment