mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +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):
|
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…
x
Reference in New Issue
Block a user