From 5c47479f4578bc68e356cc27d455126eef02921d Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Thu, 15 Jan 2026 07:06:30 +0000 Subject: [PATCH] custom_components/bahmcloud_store/storage.py aktualisiert --- custom_components/bahmcloud_store/storage.py | 1 + 1 file changed, 1 insertion(+) 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) +