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,