Fix websocket search for related (#48603)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
pull/48613/head
Franck Nijhof 2021-04-02 00:31:19 +02:00 committed by GitHub
parent 09eb74fd9d
commit ceeb060c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,6 @@ async def async_setup(hass: HomeAssistant, config: dict):
return True
@websocket_api.async_response
@websocket_api.websocket_command(
{
vol.Required("type"): "search/related",
@ -38,6 +37,7 @@ async def async_setup(hass: HomeAssistant, config: dict):
vol.Required("item_id"): str,
}
)
@callback
def websocket_search_related(hass, connection, msg):
"""Handle search."""
searcher = Searcher(