mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Return True from Nest setup (#15797)
This commit is contained in:
parent
cdb86ed154
commit
c63fd974fb
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user