Return True from Nest setup (#15797)
This commit is contained in:
parent
affd4e7df3
commit
59f8a73676
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue