Fix threading error in litejet (#62185)

This commit is contained in:
Erik Montnemery
2021-12-17 13:16:44 +01:00
committed by GitHub
parent 9c749682bf
commit f7f1d9b15d

View File

@@ -34,7 +34,7 @@ CONFIG_SCHEMA = vol.Schema(
)
def setup(hass, config):
async def async_setup(hass, config):
"""Set up the LiteJet component."""
if DOMAIN in config and not hass.config_entries.async_entries(DOMAIN):
# No config entry exists and configuration.yaml config exists, trigger the import flow.