Update __init__.py

This commit is contained in:
thekiwismarthome
2026-02-16 20:14:23 +13:00
committed by GitHub
parent 9d8fd3f63e
commit 0e3fcd56f5
@@ -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,