mirror of
https://github.com/thekiwismarthome/shopping-list-manager.git
synced 2026-05-01 11:46:30 +00:00
Update __init__.py
This commit is contained in:
@@ -166,6 +166,10 @@ async def _async_register_websocket_handlers(
|
|||||||
hass,
|
hass,
|
||||||
handlers.websocket_update_product,
|
handlers.websocket_update_product,
|
||||||
)
|
)
|
||||||
|
websocket_api.async_register_command(
|
||||||
|
hass,
|
||||||
|
handlers.websocket_get_product_substitutes,
|
||||||
|
)
|
||||||
|
|
||||||
# Categories handlers
|
# Categories handlers
|
||||||
websocket_api.async_register_command(
|
websocket_api.async_register_command(
|
||||||
|
|||||||
Reference in New Issue
Block a user