diff --git a/custom_components/bahmcloud_store/storage.py b/custom_components/bahmcloud_store/storage.py index 69ba63e..8f359cd 100644 --- a/custom_components/bahmcloud_store/storage.py +++ b/custom_components/bahmcloud_store/storage.py @@ -75,3 +75,4 @@ class BCSStorage: repos = data.get("custom_repos", []) data["custom_repos"] = [r for r in repos if not (isinstance(r, dict) and r.get("id") == repo_id)] await self._save(data) +