From 0e3fcd56f5ee1ade9c5c5ff766415849abea190c Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:14:23 +1300 Subject: [PATCH] Update __init__.py --- custom_components/shopping_list_manager/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_components/shopping_list_manager/__init__.py b/custom_components/shopping_list_manager/__init__.py index 3e583ac..c76937f 100644 --- a/custom_components/shopping_list_manager/__init__.py +++ b/custom_components/shopping_list_manager/__init__.py @@ -152,6 +152,11 @@ async def _async_register_websocket_handlers( hass, handlers.websocket_search_products, ) + websocket_api.async_register_command( + hass, + handlers.ws_get_products_by_ids, + ) + websocket_api.async_register_command( hass, handlers.websocket_get_product_suggestions,