Skip to content

Commit 41e36ea

Browse files
committed
remove unnecessary reload
1 parent 6bda2c1 commit 41e36ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/pyscript/config_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ async def async_step_import(self, import_config: Dict[str, Any] = None) -> Dict[
5959
# Update and reload entry if data needs to be updated
6060
if updated_data != entry.data:
6161
self.hass.config_entries.async_update_entry(entry=entry, data=updated_data)
62-
await self.hass.config_entries.async_reload(entry.entry_id)
6362
return self.async_abort(reason="updated_entry")
6463

6564
return self.async_abort(reason="already_configured_service")

0 commit comments

Comments
 (0)