mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Return True from Nest setup (#15797)
This commit is contained in:
committed by
Aaron Bach
parent
affd4e7df3
commit
59f8a73676
@@ -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]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user