Update __init__.py

This commit is contained in:
thekiwismarthome
2026-02-14 07:42:23 +13:00
committed by GitHub
parent 4dbae38bd9
commit 960319231f
@@ -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, {})