We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bda2c1 commit 41e36eaCopy full SHA for 41e36ea
custom_components/pyscript/config_flow.py
@@ -59,7 +59,6 @@ async def async_step_import(self, import_config: Dict[str, Any] = None) -> Dict[
59
# Update and reload entry if data needs to be updated
60
if updated_data != entry.data:
61
self.hass.config_entries.async_update_entry(entry=entry, data=updated_data)
62
- await self.hass.config_entries.async_reload(entry.entry_id)
63
return self.async_abort(reason="updated_entry")
64
65
return self.async_abort(reason="already_configured_service")
0 commit comments