diff --git a/custom_components/edgeos/component/api/storage_api.py b/custom_components/edgeos/component/api/storage_api.py index 9be30d1..a36f11c 100644 --- a/custom_components/edgeos/component/api/storage_api.py +++ b/custom_components/edgeos/component/api/storage_api.py @@ -20,7 +20,6 @@ class StorageAPI(BaseAPI): _stores: dict[str, Store] | None - _views: dict[str, EdgeOSBaseView] | None _config_data: ConfigData | None _data: dict @@ -34,7 +33,6 @@ def __init__(self, self._config_data = None self._stores = None - self._views = None self._data = {} @property