diff --git a/custom_components/mass_queue/websocket_commands.py b/custom_components/mass_queue/websocket_commands.py index 4b10dd0..5402b83 100644 --- a/custom_components/mass_queue/websocket_commands.py +++ b/custom_components/mass_queue/websocket_commands.py @@ -25,7 +25,6 @@ vol.Required("entity_id"): str, }, ) -@websocket_api.async_response def api_get_entity_info( hass: HomeAssistant, connection: websocket_api.ActiveConnection,