Add user input integration for in-app intragration

This commit is contained in:
2019-10-26 19:48:46 +02:00
parent 9acc7345a8
commit 1c1d53e0f9
4 changed files with 20 additions and 19 deletions

View File

@@ -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