From 960319231f9b9bc5e5cb78f3451e7d19efb147a3 Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Sat, 14 Feb 2026 07:42:23 +1300 Subject: [PATCH] Update __init__.py --- custom_components/shopping_list_manager/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom_components/shopping_list_manager/__init__.py b/custom_components/shopping_list_manager/__init__.py index 98595f7..3e583ac 100644 --- a/custom_components/shopping_list_manager/__init__.py +++ b/custom_components/shopping_list_manager/__init__.py @@ -42,8 +42,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: # Initialize image handler image_handler = ImageHandler(hass, config_path) - - self._search_engine: Optional[ProductSearch] = None # Store instances in hass.data hass.data.setdefault(DOMAIN, {})