Add user input integration for in-app intragration
This commit is contained in:
@@ -63,7 +63,8 @@ async def async_setup_entry(hass, entry):
|
||||
password
|
||||
)
|
||||
hass.data[DOMAIN]["context"] = context
|
||||
""" hass.async_create_task(hass.config_entries.async_forward_entry_setup(entry, "device_tracker") ) """
|
||||
hass.async_create_task(hass.config_entries.async_forward_entry_setup(entry, "device_tracker"))
|
||||
|
||||
return True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user